pub struct occurredAt;
Trait Implementations§
Source§impl Field for occurredAt
impl Field for occurredAt
Auto Trait Implementations§
impl Freeze for occurredAt
impl RefUnwindSafe for occurredAt
impl Send for occurredAt
impl Sync for occurredAt
impl Unpin for occurredAt
impl UnwindSafe for occurredAt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more