pub struct FunctionStatementOrNullAttribute {
    pub nodes: (Vec<AttributeInstance>, Symbol),
}Fields§
§nodes: (Vec<AttributeInstance>, Symbol)Trait Implementations§
Source§impl Clone for FunctionStatementOrNullAttribute
 
impl Clone for FunctionStatementOrNullAttribute
Source§fn clone(&self) -> FunctionStatementOrNullAttribute
 
fn clone(&self) -> FunctionStatementOrNullAttribute
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<'a> From<&'a FunctionStatementOrNullAttribute> for RefNode<'a>
 
impl<'a> From<&'a FunctionStatementOrNullAttribute> for RefNode<'a>
Source§fn from(x: &'a FunctionStatementOrNullAttribute) -> RefNode<'a>
 
fn from(x: &'a FunctionStatementOrNullAttribute) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a FunctionStatementOrNullAttribute> for RefNodes<'a>
 
impl<'a> From<&'a FunctionStatementOrNullAttribute> for RefNodes<'a>
Source§fn from(x: &'a FunctionStatementOrNullAttribute) -> RefNodes<'a>
 
fn from(x: &'a FunctionStatementOrNullAttribute) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<FunctionStatementOrNullAttribute> for AnyNode
 
impl From<FunctionStatementOrNullAttribute> for AnyNode
Source§fn from(x: FunctionStatementOrNullAttribute) -> AnyNode
 
fn from(x: FunctionStatementOrNullAttribute) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a FunctionStatementOrNullAttribute
 
impl<'a> IntoIterator for &'a FunctionStatementOrNullAttribute
Source§impl<'a> Node<'a> for FunctionStatementOrNullAttribute
 
impl<'a> Node<'a> for FunctionStatementOrNullAttribute
Source§impl PartialEq for FunctionStatementOrNullAttribute
 
impl PartialEq for FunctionStatementOrNullAttribute
Source§fn eq(&self, other: &FunctionStatementOrNullAttribute) -> bool
 
fn eq(&self, other: &FunctionStatementOrNullAttribute) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a FunctionStatementOrNullAttribute> for Locate
 
impl<'a> TryFrom<&'a FunctionStatementOrNullAttribute> for Locate
impl StructuralPartialEq for FunctionStatementOrNullAttribute
Auto Trait Implementations§
impl Freeze for FunctionStatementOrNullAttribute
impl RefUnwindSafe for FunctionStatementOrNullAttribute
impl Send for FunctionStatementOrNullAttribute
impl Sync for FunctionStatementOrNullAttribute
impl Unpin for FunctionStatementOrNullAttribute
impl UnwindSafe for FunctionStatementOrNullAttribute
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