Enum nginx_config::ast::ErrorPageResponse [−][src]
Variants
TargetThe response code of a target uri
Replace(u32)Replace with a specified value
Redirect(u32)Replace with a specified redirect (= with codes 301,302,303,307,308)
KeepKeep original (bare =)
Trait Implementations
impl Debug for ErrorPageResponse[src]
impl Debug for ErrorPageResponsefn 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 ErrorPageResponse[src]
impl Clone for ErrorPageResponsefn clone(&self) -> ErrorPageResponse[src]
fn clone(&self) -> ErrorPageResponseReturns 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 ErrorPageResponse[src]
impl PartialEq for ErrorPageResponsefn eq(&self, other: &ErrorPageResponse) -> bool[src]
fn eq(&self, other: &ErrorPageResponse) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ErrorPageResponse) -> bool[src]
fn ne(&self, other: &ErrorPageResponse) -> boolThis method tests for !=.
impl Eq for ErrorPageResponse[src]
impl Eq for ErrorPageResponseAuto Trait Implementations
impl Send for ErrorPageResponse
impl Send for ErrorPageResponseimpl Sync for ErrorPageResponse
impl Sync for ErrorPageResponse