Expand description
Fields
type_: String
subtype: String
parameters: Vec<(String, String)>
(name, value)
Implementations
Trait Implementations
sourceimpl PartialEq<Mime> for Mime
impl PartialEq<Mime> for Mime
impl Eq for Mime
impl StructuralEq for Mime
impl StructuralPartialEq for Mime
Auto Trait Implementations
impl RefUnwindSafe for Mime
impl Send for Mime
impl Sync for Mime
impl Unpin for Mime
impl UnwindSafe for Mime
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more