pub struct OrigTime;Expand description
OrigTime (42).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OrigTime
impl RefUnwindSafe for OrigTime
impl Send for OrigTime
impl Sync for OrigTime
impl Unpin for OrigTime
impl UnsafeUnpin for OrigTime
impl UnwindSafe for OrigTime
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