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