pub struct SystemDateTime { /* private fields */ }Expand description
Default host-backed implementation of the DateTime trait.
Trait Implementations§
Source§impl DateTime for SystemDateTime
impl DateTime for SystemDateTime
Auto Trait Implementations§
impl Freeze for SystemDateTime
impl RefUnwindSafe for SystemDateTime
impl Send for SystemDateTime
impl Sync for SystemDateTime
impl Unpin for SystemDateTime
impl UnsafeUnpin for SystemDateTime
impl UnwindSafe for SystemDateTime
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