Enum nginx_config::ast::TryFilesLastOption [−][src]
Variants
Uri(Value)
NamedLocation(String)
Code(u32)
Trait Implementations
impl Debug for TryFilesLastOption
[src]
impl Debug for TryFilesLastOption
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 TryFilesLastOption
[src]
impl Clone for TryFilesLastOption
fn clone(&self) -> TryFilesLastOption
[src]
fn clone(&self) -> TryFilesLastOption
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 TryFilesLastOption
[src]
impl PartialEq for TryFilesLastOption
fn eq(&self, other: &TryFilesLastOption) -> bool
[src]
fn eq(&self, other: &TryFilesLastOption) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for TryFilesLastOption
[src]
impl Eq for TryFilesLastOption
Auto Trait Implementations
impl Send for TryFilesLastOption
impl Send for TryFilesLastOption
impl Sync for TryFilesLastOption
impl Sync for TryFilesLastOption