Enum nmstate::BondPrimaryReselect
source · [−]#[non_exhaustive]
pub enum BondPrimaryReselect {
Always,
Better,
Failure,
}Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Always
Better
Failure
Trait Implementations
sourceimpl Clone for BondPrimaryReselect
impl Clone for BondPrimaryReselect
sourcefn clone(&self) -> BondPrimaryReselect
fn clone(&self) -> BondPrimaryReselect
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BondPrimaryReselect
impl Debug for BondPrimaryReselect
sourceimpl<'de> Deserialize<'de> for BondPrimaryReselect
impl<'de> Deserialize<'de> for BondPrimaryReselect
sourcefn 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
sourceimpl Display for BondPrimaryReselect
impl Display for BondPrimaryReselect
sourceimpl PartialEq<BondPrimaryReselect> for BondPrimaryReselect
impl PartialEq<BondPrimaryReselect> for BondPrimaryReselect
sourcefn eq(&self, other: &BondPrimaryReselect) -> bool
fn eq(&self, other: &BondPrimaryReselect) -> bool
sourceimpl Serialize for BondPrimaryReselect
impl Serialize for BondPrimaryReselect
impl Eq for BondPrimaryReselect
impl StructuralEq for BondPrimaryReselect
impl StructuralPartialEq for BondPrimaryReselect
Auto Trait Implementations
impl RefUnwindSafe for BondPrimaryReselect
impl Send for BondPrimaryReselect
impl Sync for BondPrimaryReselect
impl Unpin for BondPrimaryReselect
impl UnwindSafe for BondPrimaryReselect
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more