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