Struct sway_core::parse_tree::DelayedEnumVariantResolution
source · [−]pub struct DelayedEnumVariantResolution {
pub exp: Box<Expression>,
pub call_path: CallPath,
pub arg_num: usize,
}
Expand description
During type checking, this gets replaced with enum arg access.
Fields
exp: Box<Expression>
call_path: CallPath
arg_num: usize
Trait Implementations
Auto Trait Implementations
impl Send for DelayedEnumVariantResolution
impl Sync for DelayedEnumVariantResolution
impl Unpin for DelayedEnumVariantResolution
impl UnwindSafe for DelayedEnumVariantResolution
Blanket Implementations
Mutably borrows from an owned value. Read more