Struct semantic_analyzer::ast::ParameterName
source · pub struct ParameterName<'a>(_);
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 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<ParameterName<'a>> for ParameterName<'a>
impl<'a> PartialEq<ParameterName<'a>> 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 ==
.source§impl ToString for ParameterName<'_>
impl ToString for ParameterName<'_>
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