pub struct SystemTime;
Available on crate features
fmt
and std
only.Expand description
Retrieve and print the current wall-clock time.
Trait Implementationsยง
Sourceยงimpl Clone for SystemTime
impl Clone for SystemTime
Sourceยงfn clone(&self) -> SystemTime
fn clone(&self) -> SystemTime
Returns a copy of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSourceยงimpl Debug for SystemTime
impl Debug for SystemTime
Sourceยงimpl Default for SystemTime
impl Default for SystemTime
Sourceยงfn default() -> SystemTime
fn default() -> SystemTime
Returns the โdefault valueโ for a type. Read more
Sourceยงimpl FormatTime for SystemTime
impl FormatTime for SystemTime
Sourceยงimpl PartialEq for SystemTime
impl PartialEq for SystemTime
impl Copy for SystemTime
impl Eq for SystemTime
impl StructuralPartialEq for SystemTime
Auto Trait Implementationsยง
impl Freeze for SystemTime
impl RefUnwindSafe for SystemTime
impl Send for SystemTime
impl Sync for SystemTime
impl Unpin for SystemTime
impl UnwindSafe for SystemTime
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