pub enum ConfigControlAvailabilitySource {
Static,
Runtime,
Dependency,
Conflict,
}Variants§
Implementations§
Source§impl ConfigControlAvailabilitySource
impl ConfigControlAvailabilitySource
pub const fn default_disabled_write_policy( self, ) -> Option<ConfigDisabledWritePolicy>
Trait Implementations§
Source§impl Clone for ConfigControlAvailabilitySource
impl Clone for ConfigControlAvailabilitySource
Source§fn clone(&self) -> ConfigControlAvailabilitySource
fn clone(&self) -> ConfigControlAvailabilitySource
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 ConfigControlAvailabilitySource
Source§impl<'de> Deserialize<'de> for ConfigControlAvailabilitySource
impl<'de> Deserialize<'de> for ConfigControlAvailabilitySource
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 ConfigControlAvailabilitySource
impl StructuralPartialEq for ConfigControlAvailabilitySource
Auto Trait Implementations§
impl Freeze for ConfigControlAvailabilitySource
impl RefUnwindSafe for ConfigControlAvailabilitySource
impl Send for ConfigControlAvailabilitySource
impl Sync for ConfigControlAvailabilitySource
impl Unpin for ConfigControlAvailabilitySource
impl UnsafeUnpin for ConfigControlAvailabilitySource
impl UnwindSafe for ConfigControlAvailabilitySource
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.