pub struct ChannelWrapper;
Trait Implementations§
Source§impl Clone for ChannelWrapper
impl Clone for ChannelWrapper
Source§fn clone(&self) -> ChannelWrapper
fn clone(&self) -> ChannelWrapper
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 ChannelWrapper
impl Debug for ChannelWrapper
Source§impl Default for ChannelWrapper
impl Default for ChannelWrapper
Source§fn default() -> ChannelWrapper
fn default() -> ChannelWrapper
Returns the “default value” for a type. Read more
Source§impl<H, R> ItemWrapper<H, R> for ChannelWrapper
impl<H, R> ItemWrapper<H, R> for ChannelWrapper
type Output = (R, NextDecoder<FixedBodyDecoder, ChunkedBodyDecoder, Bytes>)
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 ChannelWrapper
Auto Trait Implementations§
impl Freeze for ChannelWrapper
impl RefUnwindSafe for ChannelWrapper
impl Send for ChannelWrapper
impl Sync for ChannelWrapper
impl Unpin for ChannelWrapper
impl UnwindSafe for ChannelWrapper
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