Enum sozu_lib::parser::http11::Version [−][src]
pub enum Version {
V10,
V11,
}Variants
V10V11
Trait Implementations
impl PartialEq for Version[src]
impl PartialEq for Versionfn eq(&self, other: &Version) -> bool[src]
fn eq(&self, other: &Version) -> 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 Version[src]
impl Debug for Versionfn 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 Version[src]
impl Clone for Versionfn clone(&self) -> Version[src]
fn clone(&self) -> VersionReturns 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 Copy for Version[src]
impl Copy for Version