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