pub struct Content<Body> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Body> Freeze for Content<Body>where
Body: Freeze,
impl<Body> RefUnwindSafe for Content<Body>where
Body: RefUnwindSafe,
impl<Body> Send for Content<Body>where
Body: Send,
impl<Body> Sync for Content<Body>where
Body: Sync,
impl<Body> Unpin for Content<Body>where
Body: Unpin,
impl<Body> UnwindSafe for Content<Body>where
Body: UnwindSafe,
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