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