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