Struct nginx_config::ast::Main [−][src]
Fields
directives: Vec<Directive>
Methods
impl Main[src]
impl MainⓘImportant traits for DirectiveIter<'a>pub fn all_directives(&self) -> DirectiveIter[src]
ⓘImportant traits for DirectiveIter<'a>
pub fn all_directives(&self) -> DirectiveIterTrait Implementations
impl Debug for Main[src]
impl Debug for Mainfn 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 Main[src]
impl Clone for Mainfn clone(&self) -> Main[src]
fn clone(&self) -> MainReturns 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 Main[src]
impl PartialEq for Mainfn eq(&self, other: &Main) -> bool[src]
fn eq(&self, other: &Main) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Main) -> bool[src]
fn ne(&self, other: &Main) -> boolThis method tests for !=.
impl Eq for Main[src]
impl Eq for Mainimpl Display for Main[src]
impl Display for Main