Struct semantic_analyzer::types::ParameterName
source · pub struct ParameterName(_);
Trait Implementations§
source§impl Clone for ParameterName
impl Clone for ParameterName
source§fn clone(&self) -> ParameterName
fn clone(&self) -> ParameterName
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 Debug for ParameterName
impl Debug 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 PartialEq<ParameterName> for ParameterName
impl PartialEq<ParameterName> for ParameterName
source§fn eq(&self, other: &ParameterName) -> bool
fn eq(&self, other: &ParameterName) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ParameterName
impl StructuralEq for ParameterName
impl StructuralPartialEq for ParameterName
Auto Trait Implementations§
impl RefUnwindSafe for ParameterName
impl Send for ParameterName
impl Sync for ParameterName
impl Unpin for ParameterName
impl UnwindSafe for ParameterName
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