Enum xswag_syntax_java::ast::Visibility [] [src]

pub enum Visibility {
    Public,
    Protected,
    Package,
    Private,
}

Variants

Trait Implementations

impl Debug for Visibility
[src]

Formats the value using the given formatter.

impl Copy for Visibility
[src]

impl Clone for Visibility
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Visibility
[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 Visibility
[src]