Struct ress::Comment[][src]

pub struct Comment {
    pub kind: Kind,
    pub content: String,
    pub tail_content: Option<String>,
}

Fields

Methods

impl Comment
[src]

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

impl ToString for Comment
[src]

Converts the given value to a String. Read more

Auto Trait Implementations

impl Send for Comment

impl Sync for Comment