pub enum WatchfaceMode {
Digital,
Analog,
ConnectIq,
Disabled,
UnknownVariant(u8),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for WatchfaceMode
impl Clone for WatchfaceMode
Source§fn clone(&self) -> WatchfaceMode
fn clone(&self) -> WatchfaceMode
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 moreimpl Copy for WatchfaceMode
Source§impl Debug for WatchfaceMode
impl Debug for WatchfaceMode
Source§impl Display for WatchfaceMode
impl Display for WatchfaceMode
impl Eq for WatchfaceMode
Source§impl From<&str> for WatchfaceMode
impl From<&str> for WatchfaceMode
Source§impl From<i64> for WatchfaceMode
impl From<i64> for WatchfaceMode
Source§impl From<u8> for WatchfaceMode
impl From<u8> for WatchfaceMode
Source§impl Hash for WatchfaceMode
impl Hash for WatchfaceMode
Source§impl Ord for WatchfaceMode
impl Ord for WatchfaceMode
Source§fn cmp(&self, other: &WatchfaceMode) -> Ordering
fn cmp(&self, other: &WatchfaceMode) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WatchfaceMode
impl PartialEq for WatchfaceMode
Source§impl PartialOrd for WatchfaceMode
impl PartialOrd for WatchfaceMode
Source§impl Serialize for WatchfaceMode
impl Serialize for WatchfaceMode
impl StructuralPartialEq for WatchfaceMode
Auto Trait Implementations§
impl Freeze for WatchfaceMode
impl RefUnwindSafe for WatchfaceMode
impl Send for WatchfaceMode
impl Sync for WatchfaceMode
impl Unpin for WatchfaceMode
impl UnsafeUnpin for WatchfaceMode
impl UnwindSafe for WatchfaceMode
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