pub struct Wall;Expand description
System wall clock via chrono::Utc::now(). The default for absolute
timestamps in Default mode. Reflects any NTP / manual adjustments.
Trait Implementations§
impl Copy for Wall
Auto Trait Implementations§
impl Freeze for Wall
impl RefUnwindSafe for Wall
impl Send for Wall
impl Sync for Wall
impl Unpin for Wall
impl UnsafeUnpin for Wall
impl UnwindSafe for Wall
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