pub struct HeaderEncoder<'e>(/* private fields */);Expand description
The encoder for the Header type.
Trait Implementations§
Source§impl<'e> Clone for HeaderEncoder<'e>
impl<'e> Clone for HeaderEncoder<'e>
Source§fn clone(&self) -> HeaderEncoder<'e>
fn clone(&self) -> HeaderEncoder<'e>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'e> Debug for HeaderEncoder<'e>
impl<'e> Debug for HeaderEncoder<'e>
Source§impl<'e> Encoder for HeaderEncoder<'e>
impl<'e> Encoder for HeaderEncoder<'e>
Auto Trait Implementations§
impl<'e> Freeze for HeaderEncoder<'e>
impl<'e> RefUnwindSafe for HeaderEncoder<'e>
impl<'e> Send for HeaderEncoder<'e>
impl<'e> Sync for HeaderEncoder<'e>
impl<'e> Unpin for HeaderEncoder<'e>
impl<'e> UnsafeUnpin for HeaderEncoder<'e>
impl<'e> UnwindSafe for HeaderEncoder<'e>
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