pub enum PrettyDurationOutputFormat {
Compact,
Expanded,
Colon,
}Variants
Compact
Expanded
Colon
Trait Implementations
sourceimpl Clone for PrettyDurationOutputFormat
impl Clone for PrettyDurationOutputFormat
sourcefn clone(&self) -> PrettyDurationOutputFormat
fn clone(&self) -> PrettyDurationOutputFormat
Returns a copy of the value. Read more
1.0.0 · sourcefn 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 RefUnwindSafe for PrettyDurationOutputFormat
impl Send for PrettyDurationOutputFormat
impl Sync for PrettyDurationOutputFormat
impl Unpin for PrettyDurationOutputFormat
impl UnwindSafe for PrettyDurationOutputFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more