pub struct SupportedSettings {
pub supported: bool,
}
Expand description
Check state Settings
Fields§
§supported: bool
Setting supported
Trait Implementations§
Source§impl Clone for SupportedSettings
impl Clone for SupportedSettings
Source§fn clone(&self) -> SupportedSettings
fn clone(&self) -> SupportedSettings
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SupportedSettings
impl Debug for SupportedSettings
Source§impl Default for SupportedSettings
impl Default for SupportedSettings
Source§fn default() -> SupportedSettings
fn default() -> SupportedSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SupportedSettings
impl<'de> Deserialize<'de> for SupportedSettings
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SupportedSettings, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SupportedSettings, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for SupportedSettings
impl Hash for SupportedSettings
Source§impl PartialEq for SupportedSettings
impl PartialEq for SupportedSettings
Source§impl Serialize for SupportedSettings
impl Serialize for SupportedSettings
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for SupportedSettings
impl Eq for SupportedSettings
impl StructuralPartialEq for SupportedSettings
Auto Trait Implementations§
impl Freeze for SupportedSettings
impl RefUnwindSafe for SupportedSettings
impl Send for SupportedSettings
impl Sync for SupportedSettings
impl Unpin for SupportedSettings
impl UnwindSafe for SupportedSettings
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