pub struct PipedBody<T, P>where
P: Pipe<T>,{ /* private fields */ }Implementations§
Trait Implementations§
Source§impl<S, T, P> FromRequest<S> for PipedBody<T, P>
impl<S, T, P> FromRequest<S> for PipedBody<T, P>
Auto Trait Implementations§
impl<T, P> Freeze for PipedBody<T, P>
impl<T, P> RefUnwindSafe for PipedBody<T, P>
impl<T, P> Send for PipedBody<T, P>
impl<T, P> Sync for PipedBody<T, P>
impl<T, P> Unpin for PipedBody<T, P>
impl<T, P> UnsafeUnpin for PipedBody<T, P>
impl<T, P> UnwindSafe for PipedBody<T, P>
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