Enum sbp_settings::setting::SettingValue
source · [−]Variants
Integer(i32)
Boolean(bool)
Float(f32)
String(String)
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SettingValue
impl Send for SettingValue
impl Sync for SettingValue
impl Unpin for SettingValue
impl UnwindSafe for SettingValue
Blanket Implementations
Mutably borrows from an owned value. Read more