Enum sway_ast::expr::MatchBranchKind
source · pub enum MatchBranchKind {
Block {
block: Braces<CodeBlockContents>,
comma_token_opt: Option<CommaToken>,
},
Expr {
expr: Expr,
comma_token: CommaToken,
},
}Variants§
Trait Implementations§
source§impl Clone for MatchBranchKind
impl Clone for MatchBranchKind
source§fn clone(&self) -> MatchBranchKind
fn clone(&self) -> MatchBranchKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more