Enum xswag_syntax_java::ast::block::SwitchLabel
[−]
[src]
pub enum SwitchLabel {
Expr(Expr),
Name(Ident),
Default,
}Variants
Expr(Expr)Name(Ident)DefaultTrait Implementations
impl Clone for SwitchLabel[src]
fn clone(&self) -> SwitchLabel
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