pub enum ConfigSupportState {
Supported,
Experimental,
DeprecatedAlias,
Unwired,
Unsupported,
Rejected,
}Variants§
Implementations§
Source§impl ConfigSupportState
impl ConfigSupportState
pub const fn default_disabled_write_policy( self, ) -> Option<ConfigDisabledWritePolicy>
Trait Implementations§
Source§impl Clone for ConfigSupportState
impl Clone for ConfigSupportState
Source§fn clone(&self) -> ConfigSupportState
fn clone(&self) -> ConfigSupportState
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 ConfigSupportState
Source§impl Debug for ConfigSupportState
impl Debug for ConfigSupportState
Source§impl Default for ConfigSupportState
impl Default for ConfigSupportState
Source§fn default() -> ConfigSupportState
fn default() -> ConfigSupportState
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConfigSupportState
impl<'de> Deserialize<'de> for ConfigSupportState
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 ConfigSupportState
Source§impl PartialEq for ConfigSupportState
impl PartialEq for ConfigSupportState
Source§impl Serialize for ConfigSupportState
impl Serialize for ConfigSupportState
impl StructuralPartialEq for ConfigSupportState
Auto Trait Implementations§
impl Freeze for ConfigSupportState
impl RefUnwindSafe for ConfigSupportState
impl Send for ConfigSupportState
impl Sync for ConfigSupportState
impl Unpin for ConfigSupportState
impl UnsafeUnpin for ConfigSupportState
impl UnwindSafe for ConfigSupportState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.