pub enum AppModeView {
Enabled,
Readonly,
Disabled,
}Expand description
AppModeView
Variants§
Trait Implementations§
Source§impl CandidType for AppModeView
impl CandidType for AppModeView
Source§impl Clone for AppModeView
impl Clone for AppModeView
Source§fn clone(&self) -> AppModeView
fn clone(&self) -> AppModeView
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 AppModeView
impl Debug for AppModeView
Source§impl<'de> Deserialize<'de> for AppModeView
impl<'de> Deserialize<'de> for AppModeView
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AppModeView
impl PartialEq for AppModeView
Source§impl Serialize for AppModeView
impl Serialize for AppModeView
impl Copy for AppModeView
impl Eq for AppModeView
impl StructuralPartialEq for AppModeView
Auto Trait Implementations§
impl Freeze for AppModeView
impl RefUnwindSafe for AppModeView
impl Send for AppModeView
impl Sync for AppModeView
impl Unpin for AppModeView
impl UnwindSafe for AppModeView
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