pub enum ClockModeStyle {
H12,
H24,
}
Variants§
Trait Implementations§
Source§impl Clone for ClockModeStyle
impl Clone for ClockModeStyle
Source§fn clone(&self) -> ClockModeStyle
fn clone(&self) -> ClockModeStyle
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 ClockModeStyle
impl Debug for ClockModeStyle
Source§impl Display for ClockModeStyle
impl Display for ClockModeStyle
Source§impl FromStr for ClockModeStyle
impl FromStr for ClockModeStyle
Source§impl PartialEq for ClockModeStyle
impl PartialEq for ClockModeStyle
impl StructuralPartialEq for ClockModeStyle
Auto Trait Implementations§
impl Freeze for ClockModeStyle
impl RefUnwindSafe for ClockModeStyle
impl Send for ClockModeStyle
impl Sync for ClockModeStyle
impl Unpin for ClockModeStyle
impl UnwindSafe for ClockModeStyle
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