Enum icu_datetime::time_zone::IsoMinutes
source · pub enum IsoMinutes {
Required,
Optional,
}
Expand description
Whether the minutes field should be optional or required in ISO-8601 format.
Variants§
Trait Implementations§
source§impl Clone for IsoMinutes
impl Clone for IsoMinutes
source§fn clone(&self) -> IsoMinutes
fn clone(&self) -> IsoMinutes
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 IsoMinutes
impl Debug for IsoMinutes
source§impl PartialEq for IsoMinutes
impl PartialEq for IsoMinutes
source§fn eq(&self, other: &IsoMinutes) -> bool
fn eq(&self, other: &IsoMinutes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IsoMinutes
impl StructuralPartialEq for IsoMinutes
Auto Trait Implementations§
impl Freeze for IsoMinutes
impl RefUnwindSafe for IsoMinutes
impl Send for IsoMinutes
impl Sync for IsoMinutes
impl Unpin for IsoMinutes
impl UnwindSafe for IsoMinutes
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