pub struct ChronoLocal { /* private fields */ }
Available on crate features
fmt
and std
and chrono
only.Expand description
Formats local times and UTC times with FormatTime
implementations
that use the chrono
crate.
Formats the current local time using a formatter from the chrono
crate.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for ChronoLocal
impl Clone for ChronoLocal
Sourceยงfn clone(&self) -> ChronoLocal
fn clone(&self) -> ChronoLocal
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 ChronoLocal
impl Debug for ChronoLocal
Sourceยงimpl Default for ChronoLocal
impl Default for ChronoLocal
Sourceยงfn default() -> ChronoLocal
fn default() -> ChronoLocal
Returns the โdefault valueโ for a type. Read more
Sourceยงimpl FormatTime for ChronoLocal
impl FormatTime for ChronoLocal
Sourceยงimpl PartialEq for ChronoLocal
impl PartialEq for ChronoLocal
impl Eq for ChronoLocal
impl StructuralPartialEq for ChronoLocal
Auto Trait Implementationsยง
impl Freeze for ChronoLocal
impl RefUnwindSafe for ChronoLocal
impl Send for ChronoLocal
impl Sync for ChronoLocal
impl Unpin for ChronoLocal
impl UnwindSafe for ChronoLocal
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