Enum nom_kconfig::attribute::option::OptionValues
source · pub enum OptionValues {
DefconfigList,
Modules,
AllNoConfigY,
Env(String),
}Variants§
Trait Implementations§
source§impl Clone for OptionValues
impl Clone for OptionValues
source§fn clone(&self) -> OptionValues
fn clone(&self) -> OptionValues
Returns a copy 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 OptionValues
impl Debug for OptionValues
source§impl<'de> Deserialize<'de> for OptionValues
impl<'de> Deserialize<'de> for OptionValues
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
source§impl Hash for OptionValues
impl Hash for OptionValues
source§impl PartialEq<OptionValues> for OptionValues
impl PartialEq<OptionValues> for OptionValues
source§fn eq(&self, other: &OptionValues) -> bool
fn eq(&self, other: &OptionValues) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for OptionValues
impl Serialize for OptionValues
impl StructuralPartialEq for OptionValues
Auto Trait Implementations§
impl RefUnwindSafe for OptionValues
impl Send for OptionValues
impl Sync for OptionValues
impl Unpin for OptionValues
impl UnwindSafe for OptionValues
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