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 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> 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>
impl<'a> Eq for ParameterName<'a>
impl<'a> StructuralPartialEq for ParameterName<'a>
Auto Trait Implementations§
impl<'a> Freeze for ParameterName<'a>
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