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