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 Debug for LengthInformationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for LengthInformation[src]
impl Clone for LengthInformationfn clone(&self) -> LengthInformation[src]
fn clone(&self) -> LengthInformationReturns 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 PartialEq for LengthInformation[src]
impl PartialEq for LengthInformationfn eq(&self, other: &LengthInformation) -> bool[src]
fn eq(&self, other: &LengthInformation) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &LengthInformation) -> bool[src]
fn ne(&self, other: &LengthInformation) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for LengthInformation
impl Send for LengthInformationimpl Sync for LengthInformation
impl Sync for LengthInformation