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