Struct xswag_syntax_java::ast::block::SwitchArm [] [src]

pub struct SwitchArm {
    pub labels: Vec<SwitchLabel>,
    pub block: BlockStatement,
}

Fields

Trait Implementations

impl Clone for SwitchArm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SwitchArm
[src]

Formats the value using the given formatter.