pub enum AppearanceLauncherOperational {
NotRaisedNotOperational,
RaisedOperational,
Unspecified(u8),
}Variants§
Trait Implementations§
source§impl Clone for AppearanceLauncherOperational
impl Clone for AppearanceLauncherOperational
source§fn clone(&self) -> AppearanceLauncherOperational
fn clone(&self) -> AppearanceLauncherOperational
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 From<AppearanceLauncherOperational> for u8
impl From<AppearanceLauncherOperational> for u8
source§fn from(value: AppearanceLauncherOperational) -> Self
fn from(value: AppearanceLauncherOperational) -> Self
Converts to this type from the input type.
source§impl From<u8> for AppearanceLauncherOperational
impl From<u8> for AppearanceLauncherOperational
source§impl Hash for AppearanceLauncherOperational
impl Hash for AppearanceLauncherOperational
source§impl PartialEq for AppearanceLauncherOperational
impl PartialEq for AppearanceLauncherOperational
source§fn eq(&self, other: &AppearanceLauncherOperational) -> bool
fn eq(&self, other: &AppearanceLauncherOperational) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AppearanceLauncherOperational
impl Eq for AppearanceLauncherOperational
impl StructuralEq for AppearanceLauncherOperational
impl StructuralPartialEq for AppearanceLauncherOperational
Auto Trait Implementations§
impl RefUnwindSafe for AppearanceLauncherOperational
impl Send for AppearanceLauncherOperational
impl Sync for AppearanceLauncherOperational
impl Unpin for AppearanceLauncherOperational
impl UnwindSafe for AppearanceLauncherOperational
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