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