Enum nginx_config::ast::MapPattern [−][src]
pub enum MapPattern {
Exact(String),
Suffix(String),
StarSuffix(String),
StarPrefix(String),
Regex(String),
}Variants
Exact(String)Suffix(String)StarSuffix(String)StarPrefix(String)Regex(String)
Trait Implementations
impl Debug for MapPattern[src]
impl Debug for MapPatternfn 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 MapPattern[src]
impl Clone for MapPatternfn clone(&self) -> MapPattern[src]
fn clone(&self) -> MapPatternReturns 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 MapPattern[src]
impl PartialEq for MapPatternfn eq(&self, other: &MapPattern) -> bool[src]
fn eq(&self, other: &MapPattern) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &MapPattern) -> bool[src]
fn ne(&self, other: &MapPattern) -> boolThis method tests for !=.
impl Eq for MapPattern[src]
impl Eq for MapPatternAuto Trait Implementations
impl Send for MapPattern
impl Send for MapPatternimpl Sync for MapPattern
impl Sync for MapPattern