Struct async_http_codec::RequestHeadDecoder
source · [−]pub struct RequestHeadDecoder { /* private fields */ }
Implementations
sourceimpl RequestHeadDecoder
impl RequestHeadDecoder
pub fn decode<T: AsyncRead + Unpin>(self, transport: T) -> RequestHeadDecode<T>ⓘNotable traits for RequestHeadDecode<T>impl<T: AsyncRead + Unpin> Future for RequestHeadDecode<T> type Output = Result<(T, Parts)>;
Trait Implementations
sourceimpl Clone for RequestHeadDecoder
impl Clone for RequestHeadDecoder
sourcefn clone(&self) -> RequestHeadDecoder
fn clone(&self) -> RequestHeadDecoder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for RequestHeadDecoder
impl Debug for RequestHeadDecoder
sourceimpl Default for RequestHeadDecoder
impl Default for RequestHeadDecoder
impl Copy for RequestHeadDecoder
Auto Trait Implementations
impl RefUnwindSafe for RequestHeadDecoder
impl Send for RequestHeadDecoder
impl Sync for RequestHeadDecoder
impl Unpin for RequestHeadDecoder
impl UnwindSafe for RequestHeadDecoder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more