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