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