Struct pages::db::InnerLibrepagesEvent
source · [−]Fields
name: String
time: OffsetDateTime
pub_id: Uuid
Auto Trait Implementations
impl RefUnwindSafe for InnerLibrepagesEvent
impl Send for InnerLibrepagesEvent
impl Sync for InnerLibrepagesEvent
impl Unpin for InnerLibrepagesEvent
impl UnwindSafe for InnerLibrepagesEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more