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