pub struct PropertyExprNot {
    pub nodes: (Keyword, PropertyExpr),
}Fields§
§nodes: (Keyword, PropertyExpr)Trait Implementations§
Source§impl Clone for PropertyExprNot
 
impl Clone for PropertyExprNot
Source§fn clone(&self) -> PropertyExprNot
 
fn clone(&self) -> PropertyExprNot
Returns a duplicate 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 PropertyExprNot
 
impl Debug for PropertyExprNot
Source§impl<'a> From<&'a PropertyExprNot> for RefNode<'a>
 
impl<'a> From<&'a PropertyExprNot> for RefNode<'a>
Source§fn from(x: &'a PropertyExprNot) -> RefNode<'a>
 
fn from(x: &'a PropertyExprNot) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a PropertyExprNot> for RefNodes<'a>
 
impl<'a> From<&'a PropertyExprNot> for RefNodes<'a>
Source§fn from(x: &'a PropertyExprNot) -> RefNodes<'a>
 
fn from(x: &'a PropertyExprNot) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<PropertyExprNot> for AnyNode
 
impl From<PropertyExprNot> for AnyNode
Source§fn from(x: PropertyExprNot) -> AnyNode
 
fn from(x: PropertyExprNot) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a PropertyExprNot
 
impl<'a> IntoIterator for &'a PropertyExprNot
Source§impl PartialEq for PropertyExprNot
 
impl PartialEq for PropertyExprNot
Source§impl<'a> TryFrom<&'a PropertyExprNot> for Locate
 
impl<'a> TryFrom<&'a PropertyExprNot> for Locate
Source§impl TryFrom<AnyNode> for PropertyExprNot
 
impl TryFrom<AnyNode> for PropertyExprNot
Source§impl TryFrom<PropertyExprNot> for Locate
 
impl TryFrom<PropertyExprNot> for Locate
impl StructuralPartialEq for PropertyExprNot
Auto Trait Implementations§
impl Freeze for PropertyExprNot
impl RefUnwindSafe for PropertyExprNot
impl Send for PropertyExprNot
impl Sync for PropertyExprNot
impl Unpin for PropertyExprNot
impl UnwindSafe for PropertyExprNot
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