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