Struct xswag_syntax_java::ast::block::SwitchArm
[−]
[src]
pub struct SwitchArm {
pub labels: Vec<SwitchLabel>,
pub block: BlockStatement,
}Fields
labels: Vec<SwitchLabel>
block: BlockStatement
Trait Implementations
impl Clone for SwitchArm[src]
fn clone(&self) -> SwitchArm
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more