pub struct HpackEncoder;Expand description
HPACK encoder: stateless (static-table indexed fields + literal without indexing). Wire-valid against any conformant decoder.
Implementations§
Trait Implementations§
Source§impl Debug for HpackEncoder
impl Debug for HpackEncoder
Auto Trait Implementations§
impl Freeze for HpackEncoder
impl RefUnwindSafe for HpackEncoder
impl Send for HpackEncoder
impl Sync for HpackEncoder
impl Unpin for HpackEncoder
impl UnsafeUnpin for HpackEncoder
impl UnwindSafe for HpackEncoder
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