pub enum PrettyDurationOutputFormat {
Compact,
Expanded,
Colon,
}Variants§
Trait Implementations§
Source§impl Clone for PrettyDurationOutputFormat
impl Clone for PrettyDurationOutputFormat
Source§fn clone(&self) -> PrettyDurationOutputFormat
fn clone(&self) -> PrettyDurationOutputFormat
Returns a duplicate 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 moreimpl Copy for PrettyDurationOutputFormat
Auto Trait Implementations§
impl Freeze for PrettyDurationOutputFormat
impl RefUnwindSafe for PrettyDurationOutputFormat
impl Send for PrettyDurationOutputFormat
impl Sync for PrettyDurationOutputFormat
impl Unpin for PrettyDurationOutputFormat
impl UnwindSafe for PrettyDurationOutputFormat
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