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