Struct sway_core::language::parsed::Expression
source · pub struct Expression {
pub kind: ExpressionKind,
pub span: Span,
}
Expand description
Represents a parsed, but not yet type checked, Expression.
Fields§
§kind: ExpressionKind
§span: Span
Trait Implementations§
source§impl Clone for Expression
impl Clone for Expression
source§fn clone(&self) -> Expression
fn clone(&self) -> Expression
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