pub struct ParamName(/* private fields */);
Expand description
A parameter name.
Implementations§
Trait Implementations§
impl Eq for ParamName
impl StructuralPartialEq for ParamName
Auto Trait Implementations§
impl Freeze for ParamName
impl RefUnwindSafe for ParamName
impl Send for ParamName
impl Sync for ParamName
impl Unpin for ParamName
impl UnwindSafe for ParamName
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