pub struct Body<B>(pub B);Tuple Fields§
§0: BTrait Implementations§
source§impl<'a, 'r, C, B> FromRequest<'a, WebContext<'r, C, B>> for Body<B>where
B: BodyStream + Default,
impl<'a, 'r, C, B> FromRequest<'a, WebContext<'r, C, B>> for Body<B>where
B: BodyStream + Default,
Auto Trait Implementations§
impl<B> Freeze for Body<B>where
B: Freeze,
impl<B> RefUnwindSafe for Body<B>where
B: RefUnwindSafe,
impl<B> Send for Body<B>where
B: Send,
impl<B> Sync for Body<B>where
B: Sync,
impl<B> Unpin for Body<B>where
B: Unpin,
impl<B> UnwindSafe for Body<B>where
B: 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