Struct mediawiki_parser::Comment[][src]

pub struct Comment {
    pub position: Span,
    pub text: String,
}

Comments in the input document.

Fields

Trait Implementations

impl Debug for Comment
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Comment
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Comment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Comment

impl Sync for Comment