pub struct ParameterName(/* private fields */);
Expand description
Parameter name type for Functions parameter
Trait Implementations§
Source§impl Clone for ParameterName
impl Clone for ParameterName
Source§fn clone(&self) -> ParameterName
fn clone(&self) -> ParameterName
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 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 for ParameterName
impl PartialEq for ParameterName
impl Eq for ParameterName
impl StructuralPartialEq for ParameterName
Auto Trait Implementations§
impl Freeze for ParameterName
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