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