Struct mediawiki_parser::Comment [−][src]
Comments in the input document.
Fields
position: Span
                           
                           
                           
                           text: String
                           
                Trait Implementations
impl Debug for Comment[src] 
impl Debug for Commentfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Comment[src] 
impl PartialEq for Commentfn eq(&self, other: &Comment) -> bool[src] 
fn eq(&self, other: &Comment) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Comment) -> bool[src] 
fn ne(&self, other: &Comment) -> boolThis method tests for !=.
impl Clone for Comment[src] 
impl Clone for Comment