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