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