pub struct Encoder {
pub use_huffman: bool,
/* private fields */
}Expand description
HPACK-Encoder mit eigener Dynamic-Table.
Fields§
§use_huffman: boolWenn true, werden String-Literals Huffman-komprimiert (Spec
§5.2 erlaubt beides).
Implementations§
Trait Implementations§
impl Eq for Encoder
impl StructuralPartialEq for Encoder
Auto Trait Implementations§
impl Freeze for Encoder
impl RefUnwindSafe for Encoder
impl Send for Encoder
impl Sync for Encoder
impl Unpin for Encoder
impl UnsafeUnpin for Encoder
impl UnwindSafe for Encoder
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