Enum nom_kconfig::attribute::expression::AndExpression
source · pub enum AndExpression {
Term(Term),
Expression(Vec<Term>),
}Variants§
Trait Implementations§
source§impl Clone for AndExpression
impl Clone for AndExpression
source§fn clone(&self) -> AndExpression
fn clone(&self) -> AndExpression
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 AndExpression
impl Debug for AndExpression
source§impl<'de> Deserialize<'de> for AndExpression
impl<'de> Deserialize<'de> for AndExpression
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 Display for AndExpression
impl Display for AndExpression
source§impl Hash for AndExpression
impl Hash for AndExpression
source§impl PartialEq<AndExpression> for AndExpression
impl PartialEq<AndExpression> for AndExpression
source§fn eq(&self, other: &AndExpression) -> bool
fn eq(&self, other: &AndExpression) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AndExpression
impl Serialize for AndExpression
impl StructuralPartialEq for AndExpression
Auto Trait Implementations§
impl RefUnwindSafe for AndExpression
impl Send for AndExpression
impl Sync for AndExpression
impl Unpin for AndExpression
impl UnwindSafe for AndExpression
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