Struct semantic_analyzer::ast::ParameterName
source · pub struct ParameterName<'a>(/* private fields */);Expand description
ParameterName parameter name element of AST, used for Function
parameters declaration.
Implementations§
Trait Implementations§
source§impl<'a> Clone for ParameterName<'a>
impl<'a> Clone for ParameterName<'a>
source§fn clone(&self) -> ParameterName<'a>
fn clone(&self) -> ParameterName<'a>
Returns a copy 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> Debug for ParameterName<'a>
impl<'a> Debug for ParameterName<'a>
source§impl Display for ParameterName<'_>
impl Display for ParameterName<'_>
source§impl From<ParameterName<'_>> for ParameterName
impl From<ParameterName<'_>> for ParameterName
source§fn from(value: ParameterName<'_>) -> Self
fn from(value: ParameterName<'_>) -> Self
Converts to this type from the input type.
source§impl<'a> PartialEq for ParameterName<'a>
impl<'a> PartialEq for ParameterName<'a>
source§fn eq(&self, other: &ParameterName<'a>) -> bool
fn eq(&self, other: &ParameterName<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<'a> Eq for ParameterName<'a>
impl<'a> StructuralEq for ParameterName<'a>
impl<'a> StructuralPartialEq for ParameterName<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ParameterName<'a>
impl<'a> Send for ParameterName<'a>
impl<'a> Sync for ParameterName<'a>
impl<'a> Unpin for ParameterName<'a>
impl<'a> UnwindSafe for ParameterName<'a>
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