Enum sozu_lib::parser::http11::TransferEncodingValue [−][src]
pub enum TransferEncodingValue {
Chunked,
Compress,
Deflate,
Gzip,
Identity,
Unknown,
}Variants
ChunkedCompressDeflateGzipIdentityUnknown
Trait Implementations
impl PartialEq for TransferEncodingValue[src]
impl PartialEq for TransferEncodingValuefn eq(&self, other: &TransferEncodingValue) -> bool[src]
fn eq(&self, other: &TransferEncodingValue) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for TransferEncodingValue[src]
impl Debug for TransferEncodingValueAuto Trait Implementations
impl Send for TransferEncodingValue
impl Send for TransferEncodingValueimpl Sync for TransferEncodingValue
impl Sync for TransferEncodingValue