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