Struct codeviz_java::Modifiers [] [src]

pub struct Modifiers {
    pub modifiers: BTreeSet<Modifier>,
}

Fields

Methods

impl Modifiers
[src]

Trait Implementations

impl Debug for Modifiers
[src]

Formats the value using the given formatter.

impl PartialEq for Modifiers
[src]

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

This method tests for !=.

impl Eq for Modifiers
[src]

impl Clone for Modifiers
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more