pub enum HourFormat {
Hour12,
Hour24,
}Expand description
12-hour vs 24-hour clock face for AbsoluteFormat.
Variants§
Trait Implementations§
Source§impl Clone for HourFormat
impl Clone for HourFormat
Source§fn clone(&self) -> HourFormat
fn clone(&self) -> HourFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HourFormat
impl Debug for HourFormat
Source§impl Default for HourFormat
impl Default for HourFormat
Source§fn default() -> HourFormat
fn default() -> HourFormat
Returns the “default value” for a type. Read more
Source§impl PartialEq for HourFormat
impl PartialEq for HourFormat
Source§fn eq(&self, other: &HourFormat) -> bool
fn eq(&self, other: &HourFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for HourFormat
impl Eq for HourFormat
impl StructuralPartialEq for HourFormat
Auto Trait Implementations§
impl Freeze for HourFormat
impl RefUnwindSafe for HourFormat
impl Send for HourFormat
impl Sync for HourFormat
impl Unpin for HourFormat
impl UnsafeUnpin for HourFormat
impl UnwindSafe for HourFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.