[−][src]Enum hpack::huffman::HuffmanDecoderError
Represents the error variants that the HuffmanDecoder
can return.
Variants
Any padding strictly larger than 7 bits MUST be interpreted as an error
Any padding that does not correspond to the most significant bits of EOS MUST be interpreted as an error.
If EOS is ever found in the string, it causes an error.
Trait Implementations
impl Clone for HuffmanDecoderError
[src]
fn clone(&self) -> HuffmanDecoderError
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for HuffmanDecoderError
[src]
impl Debug for HuffmanDecoderError
[src]
impl PartialEq<HuffmanDecoderError> for HuffmanDecoderError
[src]
fn eq(&self, other: &HuffmanDecoderError) -> bool
[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralPartialEq for HuffmanDecoderError
[src]
Auto Trait Implementations
impl RefUnwindSafe for HuffmanDecoderError
impl Send for HuffmanDecoderError
impl Sync for HuffmanDecoderError
impl Unpin for HuffmanDecoderError
impl UnwindSafe for HuffmanDecoderError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,