Enum nginx_config::ast::ProxyHttpVersion [−][src]
pub enum ProxyHttpVersion { V1_0, V1_1, }
Variants
V1_0
V1_1
Trait Implementations
impl Debug for ProxyHttpVersion
[src]
impl Debug for ProxyHttpVersion
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for ProxyHttpVersion
[src]
impl Clone for ProxyHttpVersion
fn clone(&self) -> ProxyHttpVersion
[src]
fn clone(&self) -> ProxyHttpVersion
Returns 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 ProxyHttpVersion
[src]
impl PartialEq for ProxyHttpVersion
fn eq(&self, other: &ProxyHttpVersion) -> bool
[src]
fn eq(&self, other: &ProxyHttpVersion) -> 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[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for ProxyHttpVersion
[src]
impl Eq for ProxyHttpVersion
impl Copy for ProxyHttpVersion
[src]
impl Copy for ProxyHttpVersion
Auto Trait Implementations
impl Send for ProxyHttpVersion
impl Send for ProxyHttpVersion
impl Sync for ProxyHttpVersion
impl Sync for ProxyHttpVersion