Struct superfilter::ast::Filter [] [src]

pub struct Filter {
    pub nodes: Vec<BlockLevelNode>,
    pub location: AstLocation,
}

Fields

Methods

impl Filter
[src]

Trait Implementations

impl Clone for Filter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Filter
[src]

Formats the value using the given formatter.

impl Transform for Filter
[src]

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