Struct superfilter::ast::Comment [] [src]

pub struct Comment {
    pub content: String,
    pub inline: bool,
}

Fields

Trait Implementations

impl Debug for Comment
[src]

Formats the value using the given formatter.

impl Clone for Comment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. 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 TransformResult for Comment
[src]

Renders the output for this node into a writable stream.

Returns the return value of this AST structure if it has one. The return value of this function can be used in parent structures that base their transformation on the result of child nodes. Read more

impl Transform for Comment
[src]

Perform any transformations that need to be done before rendering this structure into plain GGG loot filter syntax Read more