pub enum SettingMode {
Set,
Unset,
Toggle,
}
Variants§
Trait Implementations§
Source§impl From<SettingMode> for i64
impl From<SettingMode> for i64
Source§fn from(value: SettingMode) -> Self
fn from(value: SettingMode) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SettingMode
impl RefUnwindSafe for SettingMode
impl Send for SettingMode
impl Sync for SettingMode
impl Unpin for SettingMode
impl UnwindSafe for SettingMode
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