pub struct MIME { /* private fields */ }Expand description
Struct to hold a file extension and its matching MIME type
Implementationsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for MIME
impl RefUnwindSafe for MIME
impl Send for MIME
impl Sync for MIME
impl Unpin for MIME
impl UnwindSafe for MIME
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