Struct nom_kconfig::attribute::expression::CompareExpression
source · pub struct CompareExpression {
pub left: Symbol,
pub operator: CompareOperator,
pub right: Symbol,
}Fields§
§left: Symbol§operator: CompareOperator§right: SymbolTrait Implementations§
source§impl Clone for CompareExpression
impl Clone for CompareExpression
source§fn clone(&self) -> CompareExpression
fn clone(&self) -> CompareExpression
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 CompareExpression
impl Debug for CompareExpression
source§impl<'de> Deserialize<'de> for CompareExpression
impl<'de> Deserialize<'de> for CompareExpression
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 CompareExpression
impl Display for CompareExpression
source§impl Hash for CompareExpression
impl Hash for CompareExpression
source§impl PartialEq<CompareExpression> for CompareExpression
impl PartialEq<CompareExpression> for CompareExpression
source§fn eq(&self, other: &CompareExpression) -> bool
fn eq(&self, other: &CompareExpression) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for CompareExpression
impl Serialize for CompareExpression
impl StructuralPartialEq for CompareExpression
Auto Trait Implementations§
impl RefUnwindSafe for CompareExpression
impl Send for CompareExpression
impl Sync for CompareExpression
impl Unpin for CompareExpression
impl UnwindSafe for CompareExpression
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