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