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