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