Struct nginx_config::ast::LimitExcept [−][src]
pub struct LimitExcept { pub position: (Pos, Pos), pub methods: Vec<String>, pub directives: Vec<Directive>, }
Fields
position: (Pos, Pos)
methods: Vec<String>
directives: Vec<Directive>
Trait Implementations
impl Debug for LimitExcept
[src]
impl Debug for LimitExcept
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 LimitExcept
[src]
impl Clone for LimitExcept
fn clone(&self) -> LimitExcept
[src]
fn clone(&self) -> LimitExcept
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 LimitExcept
[src]
impl PartialEq for LimitExcept
fn eq(&self, other: &LimitExcept) -> bool
[src]
fn eq(&self, other: &LimitExcept) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &LimitExcept) -> bool
[src]
fn ne(&self, other: &LimitExcept) -> bool
This method tests for !=
.
impl Eq for LimitExcept
[src]
impl Eq for LimitExcept
Auto Trait Implementations
impl Send for LimitExcept
impl Send for LimitExcept
impl Sync for LimitExcept
impl Sync for LimitExcept