Enum nginx_config::ast::ProxyCacheValid [−][src]
Variants
Normal(Value)
Specific(Vec<u32>, Value)
Any(Value)
Trait Implementations
impl Debug for ProxyCacheValid
[src]
impl Debug for ProxyCacheValid
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 ProxyCacheValid
[src]
impl Clone for ProxyCacheValid
fn clone(&self) -> ProxyCacheValid
[src]
fn clone(&self) -> ProxyCacheValid
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 ProxyCacheValid
[src]
impl PartialEq for ProxyCacheValid
fn eq(&self, other: &ProxyCacheValid) -> bool
[src]
fn eq(&self, other: &ProxyCacheValid) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ProxyCacheValid) -> bool
[src]
fn ne(&self, other: &ProxyCacheValid) -> bool
This method tests for !=
.
impl Eq for ProxyCacheValid
[src]
impl Eq for ProxyCacheValid
Auto Trait Implementations
impl Send for ProxyCacheValid
impl Send for ProxyCacheValid
impl Sync for ProxyCacheValid
impl Sync for ProxyCacheValid