#[repr(u8)]pub enum UtcStandardIdentifier {
Automatic = 0,
Usno = 3,
UtcSu = 6,
UtcChina = 7,
}Expand description
UTC standard to be used
Variants§
Trait Implementations§
Source§impl Clone for UtcStandardIdentifier
impl Clone for UtcStandardIdentifier
Source§fn clone(&self) -> UtcStandardIdentifier
fn clone(&self) -> UtcStandardIdentifier
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 moreSource§impl Debug for UtcStandardIdentifier
impl Debug for UtcStandardIdentifier
Source§impl Default for UtcStandardIdentifier
impl Default for UtcStandardIdentifier
Source§fn default() -> UtcStandardIdentifier
fn default() -> UtcStandardIdentifier
Returns the “default value” for a type. Read more
Source§impl PartialEq for UtcStandardIdentifier
impl PartialEq for UtcStandardIdentifier
Source§impl Serialize for UtcStandardIdentifier
Available on crate feature serde only.
impl Serialize for UtcStandardIdentifier
Available on crate feature
serde only.impl Copy for UtcStandardIdentifier
impl Eq for UtcStandardIdentifier
impl StructuralPartialEq for UtcStandardIdentifier
Auto Trait Implementations§
impl Freeze for UtcStandardIdentifier
impl RefUnwindSafe for UtcStandardIdentifier
impl Send for UtcStandardIdentifier
impl Sync for UtcStandardIdentifier
impl Unpin for UtcStandardIdentifier
impl UnwindSafe for UtcStandardIdentifier
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