pub struct TypeTime { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeTime
impl RefUnwindSafe for TypeTime
impl Send for TypeTime
impl Sync for TypeTime
impl Unpin for TypeTime
impl UnwindSafe for TypeTime
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