pub struct CgiIncoming<R> { /* private fields */ }Expand description
A CGI-like incoming body
Trait Implementations§
Source§impl<R> Body for CgiIncoming<R>where
R: AsyncRead,
impl<R> Body for CgiIncoming<R>where
R: AsyncRead,
Auto Trait Implementations§
impl<R> Freeze for CgiIncoming<R>
impl<R> RefUnwindSafe for CgiIncoming<R>where
R: RefUnwindSafe,
impl<R> Send for CgiIncoming<R>where
R: Send,
impl<R> Sync for CgiIncoming<R>where
R: Sync,
impl<R> Unpin for CgiIncoming<R>
impl<R> UnwindSafe for CgiIncoming<R>where
R: 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