Struct monoio_http::common::request::RequestForEncoder
source · pub struct RequestForEncoder<'a, P = Payload> { /* private fields */ }
Trait Implementations§
source§impl<'a, P> FromParts<&'a mut Parts, P> for RequestForEncoder<'a, P>
impl<'a, P> FromParts<&'a mut Parts, P> for RequestForEncoder<'a, P>
fn from_parts(parts: &'a mut RequestHead, body: P) -> Self
Auto Trait Implementations§
impl<'a, P = Payload> !RefUnwindSafe for RequestForEncoder<'a, P>
impl<'a, P> Send for RequestForEncoder<'a, P>where
P: Send,
impl<'a, P> Sync for RequestForEncoder<'a, P>where
P: Sync,
impl<'a, P> Unpin for RequestForEncoder<'a, P>where
P: Unpin,
impl<'a, P = Payload> !UnwindSafe for RequestForEncoder<'a, 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