pub struct PropertyExprNot {
pub nodes: (Keyword, PropertyExpr),
}Fields
nodes: (Keyword, PropertyExpr)Trait Implementations
sourceimpl Clone for PropertyExprNot
impl Clone for PropertyExprNot
sourcefn clone(&self) -> PropertyExprNot
fn clone(&self) -> PropertyExprNot
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 more
sourceimpl Debug for PropertyExprNot
impl Debug for PropertyExprNot
sourceimpl<'a> From<&'a PropertyExprNot> for RefNodes<'a>
impl<'a> From<&'a PropertyExprNot> for RefNodes<'a>
sourcefn from(x: &'a PropertyExprNot) -> Self
fn from(x: &'a PropertyExprNot) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a PropertyExprNot> for RefNode<'a>
impl<'a> From<&'a PropertyExprNot> for RefNode<'a>
sourcefn from(x: &'a PropertyExprNot) -> Self
fn from(x: &'a PropertyExprNot) -> Self
Converts to this type from the input type.
sourceimpl From<PropertyExprNot> for AnyNode
impl From<PropertyExprNot> for AnyNode
sourcefn from(x: PropertyExprNot) -> Self
fn from(x: PropertyExprNot) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a PropertyExprNot
impl<'a> IntoIterator for &'a PropertyExprNot
sourceimpl PartialEq<PropertyExprNot> for PropertyExprNot
impl PartialEq<PropertyExprNot> for PropertyExprNot
sourcefn eq(&self, other: &PropertyExprNot) -> bool
fn eq(&self, other: &PropertyExprNot) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &PropertyExprNot) -> bool
fn ne(&self, other: &PropertyExprNot) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a PropertyExprNot> for Locate
impl<'a> TryFrom<&'a PropertyExprNot> for Locate
sourceimpl TryFrom<AnyNode> for PropertyExprNot
impl TryFrom<AnyNode> for PropertyExprNot
sourceimpl TryFrom<PropertyExprNot> for Locate
impl TryFrom<PropertyExprNot> for Locate
impl StructuralPartialEq for PropertyExprNot
Auto Trait Implementations
impl RefUnwindSafe for PropertyExprNot
impl Send for PropertyExprNot
impl Sync for PropertyExprNot
impl Unpin for PropertyExprNot
impl UnwindSafe for PropertyExprNot
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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