Enum nginx_config::ast::GzipStatic [−][src]
pub enum GzipStatic {
On,
Off,
Always,
}Variants
OnOffAlways
Trait Implementations
impl Debug for GzipStatic[src]
impl Debug for GzipStaticfn 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 GzipStatic[src]
impl Clone for GzipStaticfn clone(&self) -> GzipStatic[src]
fn clone(&self) -> GzipStaticReturns 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 GzipStatic[src]
impl PartialEq for GzipStaticfn eq(&self, other: &GzipStatic) -> bool[src]
fn eq(&self, other: &GzipStatic) -> 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 Eq for GzipStatic[src]
impl Eq for GzipStaticimpl Copy for GzipStatic[src]
impl Copy for GzipStaticimpl Display for GzipStatic[src]
impl Display for GzipStaticAuto Trait Implementations
impl Send for GzipStatic
impl Send for GzipStaticimpl Sync for GzipStatic
impl Sync for GzipStatic