pub struct DirectWrapper;
Trait Implementations§
Source§impl Clone for DirectWrapper
impl Clone for DirectWrapper
Source§fn clone(&self) -> DirectWrapper
fn clone(&self) -> DirectWrapper
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DirectWrapper
impl Debug for DirectWrapper
Source§impl Default for DirectWrapper
impl Default for DirectWrapper
Source§fn default() -> DirectWrapper
fn default() -> DirectWrapper
Returns the “default value” for a type. Read more
Source§impl<H, R> ItemWrapper<H, R> for DirectWrapper
impl<H, R> ItemWrapper<H, R> for DirectWrapper
type Output = (H, PayloadDecoder<FixedBodyDecoder, ChunkedBodyDecoder>)
fn wrap_none(header: H) -> Self::Output
fn wrap_fixed(header: H, length: usize) -> Self::Output
fn wrap_stream(header: H) -> Self::Output
impl Copy for DirectWrapper
Auto Trait Implementations§
impl Freeze for DirectWrapper
impl RefUnwindSafe for DirectWrapper
impl Send for DirectWrapper
impl Sync for DirectWrapper
impl Unpin for DirectWrapper
impl UnwindSafe for DirectWrapper
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