Enum sbp_settings::setting::SettingKind
source · [−]pub enum SettingKind {
Integer,
Boolean,
Float,
Double,
String,
Enum,
PackedBitfield,
}Variants
Integer
Boolean
Float
Double
String
Enum
PackedBitfield
Implementations
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for SettingKind
impl Send for SettingKind
impl Sync for SettingKind
impl Unpin for SettingKind
impl UnwindSafe for SettingKind
Blanket Implementations
Mutably borrows from an owned value. Read more