pub struct UtcTime { /* private fields */ }
Expand description
Formats the current UTC time using chrono
crate.
To format the current local time instead, use the LocalTime
or the LocalTime
type.
Trait Implementations§
Source§impl FormatTime for UtcTime
impl FormatTime for UtcTime
Auto Trait Implementations§
impl Freeze for UtcTime
impl RefUnwindSafe for UtcTime
impl Send for UtcTime
impl Sync for UtcTime
impl Unpin for UtcTime
impl UnwindSafe for UtcTime
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