Enum sozu_lib::parser::http11::LengthInformation
[−]
[src]
pub enum LengthInformation { Length(usize), Chunked, }
Variants
Length(usize)
Chunked
Trait Implementations
impl Debug for LengthInformation
[src]
impl Clone for LengthInformation
[src]
fn clone(&self) -> LengthInformation
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for LengthInformation
[src]
fn eq(&self, __arg_0: &LengthInformation) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &LengthInformation) -> bool
This method tests for !=
.