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