Struct http_types::mime::ParamName
source · pub struct ParamName(_);
Expand description
A parameter name.
Implementations§
Trait Implementations§
source§impl PartialEq<ParamName> for ParamName
impl PartialEq<ParamName> for ParamName
impl Eq for ParamName
impl StructuralEq for ParamName
impl StructuralPartialEq for ParamName
Auto Trait Implementations§
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