pub struct FontWoff;
Expand description
Type for
mime::FONT_WOFF
: mime::Mime
Trait Implementations§
impl Mime for FontWoff
Auto Trait Implementations§
impl Freeze for FontWoff
impl RefUnwindSafe for FontWoff
impl Send for FontWoff
impl Sync for FontWoff
impl Unpin for FontWoff
impl UnwindSafe for FontWoff
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