pub struct ContentTypePresent;
Auto Trait Implementations§
impl Freeze for ContentTypePresent
impl RefUnwindSafe for ContentTypePresent
impl Send for ContentTypePresent
impl Sync for ContentTypePresent
impl Unpin for ContentTypePresent
impl UnwindSafe for ContentTypePresent
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