Enum nginx_config::ast::TryFilesLastOption [−][src]
Variants
Uri(Value)NamedLocation(String)Code(u32)
Trait Implementations
impl Debug for TryFilesLastOption[src]
impl Debug for TryFilesLastOptionfn 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 TryFilesLastOption[src]
impl Clone for TryFilesLastOptionfn clone(&self) -> TryFilesLastOption[src]
fn clone(&self) -> TryFilesLastOptionReturns 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 TryFilesLastOption[src]
impl PartialEq for TryFilesLastOptionfn eq(&self, other: &TryFilesLastOption) -> bool[src]
fn eq(&self, other: &TryFilesLastOption) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TryFilesLastOption) -> bool[src]
fn ne(&self, other: &TryFilesLastOption) -> boolThis method tests for !=.
impl Eq for TryFilesLastOption[src]
impl Eq for TryFilesLastOptionAuto Trait Implementations
impl Send for TryFilesLastOption
impl Send for TryFilesLastOptionimpl Sync for TryFilesLastOption
impl Sync for TryFilesLastOption