Struct nginx_config::ast::TryFiles [−][src]
pub struct TryFiles {
pub options: Vec<Value>,
pub last_option: TryFilesLastOption,
}Fields
options: Vec<Value>
last_option: TryFilesLastOption
Trait Implementations
impl Debug for TryFiles[src]
impl Debug for TryFilesfn 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 TryFiles[src]
impl Clone for TryFilesfn clone(&self) -> TryFiles[src]
fn clone(&self) -> TryFilesReturns 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 TryFiles[src]
impl PartialEq for TryFilesfn eq(&self, other: &TryFiles) -> bool[src]
fn eq(&self, other: &TryFiles) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TryFiles) -> bool[src]
fn ne(&self, other: &TryFiles) -> boolThis method tests for !=.
impl Eq for TryFiles[src]
impl Eq for TryFiles