Enum xswag_syntax_java::ast::block::SwitchLabel [] [src]

pub enum SwitchLabel {
    Expr(Expr),
    Name(Ident),
    Default,
}

Variants

Trait Implementations

impl Clone for SwitchLabel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SwitchLabel
[src]

Formats the value using the given formatter.