pub enum QpackStringEncodingStrategy {
Plain,
Huffman,
HuffmanIfSmaller,
}Variants§
Trait Implementations§
Source§impl Clone for QpackStringEncodingStrategy
impl Clone for QpackStringEncodingStrategy
Source§fn clone(&self) -> QpackStringEncodingStrategy
fn clone(&self) -> QpackStringEncodingStrategy
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 moreimpl Copy for QpackStringEncodingStrategy
Source§impl Debug for QpackStringEncodingStrategy
impl Debug for QpackStringEncodingStrategy
impl Eq for QpackStringEncodingStrategy
Source§impl Hash for QpackStringEncodingStrategy
impl Hash for QpackStringEncodingStrategy
Source§impl PartialEq for QpackStringEncodingStrategy
impl PartialEq for QpackStringEncodingStrategy
Source§fn eq(&self, other: &QpackStringEncodingStrategy) -> bool
fn eq(&self, other: &QpackStringEncodingStrategy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QpackStringEncodingStrategy
Auto Trait Implementations§
impl Freeze for QpackStringEncodingStrategy
impl RefUnwindSafe for QpackStringEncodingStrategy
impl Send for QpackStringEncodingStrategy
impl Sync for QpackStringEncodingStrategy
impl Unpin for QpackStringEncodingStrategy
impl UnsafeUnpin for QpackStringEncodingStrategy
impl UnwindSafe for QpackStringEncodingStrategy
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