Struct sway_core::language::ty::TyIntrinsicFunctionKind
source · pub struct TyIntrinsicFunctionKind {
pub kind: Intrinsic,
pub arguments: Vec<TyExpression>,
pub type_arguments: Vec<TypeArgument>,
pub span: Span,
}
Fields§
§kind: Intrinsic
§arguments: Vec<TyExpression>
§type_arguments: Vec<TypeArgument>
§span: Span
Trait Implementations§
source§impl Clone for TyIntrinsicFunctionKind
impl Clone for TyIntrinsicFunctionKind
source§fn clone(&self) -> TyIntrinsicFunctionKind
fn clone(&self) -> TyIntrinsicFunctionKind
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