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