pub struct deletedAt;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for deletedAt
impl RefUnwindSafe for deletedAt
impl Send for deletedAt
impl Sync for deletedAt
impl Unpin for deletedAt
impl UnwindSafe for deletedAt
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