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