Enum time::format_description::well_known::iso8601::OffsetPrecision
source · [−]pub enum OffsetPrecision {
Hour,
Minute,
}
Expand description
The precision for the UTC offset.
Variants
Hour
Format only the offset hour. Requires the offset minute to be zero.
Minute
Format both the offset hour and minute.
Trait Implementations
sourceimpl Clone for OffsetPrecision
impl Clone for OffsetPrecision
sourcefn clone(&self) -> OffsetPrecision
fn clone(&self) -> OffsetPrecision
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 more
sourceimpl Debug for OffsetPrecision
impl Debug for OffsetPrecision
sourceimpl PartialEq<OffsetPrecision> for OffsetPrecision
impl PartialEq<OffsetPrecision> for OffsetPrecision
impl Copy for OffsetPrecision
impl Eq for OffsetPrecision
impl StructuralEq for OffsetPrecision
impl StructuralPartialEq for OffsetPrecision
Auto Trait Implementations
impl RefUnwindSafe for OffsetPrecision
impl Send for OffsetPrecision
impl Sync for OffsetPrecision
impl Unpin for OffsetPrecision
impl UnwindSafe for OffsetPrecision
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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