Enum sway_core::language::parsed::StructScrutineeField
source · pub enum StructScrutineeField {
Rest {
span: Span,
},
Field {
field: Ident,
scrutinee: Option<Scrutinee>,
span: Span,
},
}
Variants§
Trait Implementations§
source§impl Clone for StructScrutineeField
impl Clone for StructScrutineeField
source§fn clone(&self) -> StructScrutineeField
fn clone(&self) -> StructScrutineeField
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