Enum hpack::decoder::StringDecodingError [−][src]
pub enum StringDecodingError {
NotEnoughOctets,
HuffmanDecoderError(HuffmanDecoderError),
}Represents all errors that can be encountered while decoding an octet string.
Variants
NotEnoughOctetsHuffmanDecoderError(HuffmanDecoderError)
Trait Implementations
impl PartialEq for StringDecodingError[src]
impl PartialEq for StringDecodingErrorfn eq(&self, other: &StringDecodingError) -> bool[src]
fn eq(&self, other: &StringDecodingError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &StringDecodingError) -> bool[src]
fn ne(&self, other: &StringDecodingError) -> boolThis method tests for !=.
impl Copy for StringDecodingError[src]
impl Copy for StringDecodingErrorimpl Clone for StringDecodingError[src]
impl Clone for StringDecodingErrorfn clone(&self) -> StringDecodingError[src]
fn clone(&self) -> StringDecodingErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for StringDecodingError[src]
impl Debug for StringDecodingErrorAuto Trait Implementations
impl Send for StringDecodingError
impl Send for StringDecodingErrorimpl Sync for StringDecodingError
impl Sync for StringDecodingError