pub enum SettingKind {
Array,
Boolean(bool),
String,
}Variants§
Trait Implementations§
Source§impl Debug for SettingKind
impl Debug for SettingKind
Source§impl Display for SettingKind
impl Display for SettingKind
Source§impl PartialEq for SettingKind
impl PartialEq for SettingKind
Auto Trait Implementations§
impl Freeze for SettingKind
impl RefUnwindSafe for SettingKind
impl Send for SettingKind
impl Sync for SettingKind
impl Unpin for SettingKind
impl UnsafeUnpin for SettingKind
impl UnwindSafe for SettingKind
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