pub enum SettingControl {
Text,
Url,
Boolean,
Integer,
StringList,
}Variants§
Trait Implementations§
Source§impl Clone for SettingControl
impl Clone for SettingControl
Source§fn clone(&self) -> SettingControl
fn clone(&self) -> SettingControl
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 SettingControl
Source§impl Debug for SettingControl
impl Debug for SettingControl
Source§impl<'de> Deserialize<'de> for SettingControl
impl<'de> Deserialize<'de> for SettingControl
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
impl Eq for SettingControl
Source§impl PartialEq for SettingControl
impl PartialEq for SettingControl
Source§impl Serialize for SettingControl
impl Serialize for SettingControl
impl StructuralPartialEq for SettingControl
Auto Trait Implementations§
impl Freeze for SettingControl
impl RefUnwindSafe for SettingControl
impl Send for SettingControl
impl Sync for SettingControl
impl Unpin for SettingControl
impl UnsafeUnpin for SettingControl
impl UnwindSafe for SettingControl
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