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