Struct golem_wasm_ast::core::Expr
source · pub struct Expr {
pub instrs: Vec<Instr>,
}
Fields§
§instrs: Vec<Instr>
Trait Implementations§
source§impl PartialEq for Expr
impl PartialEq for Expr
source§impl RetainsInstructions for Expr
impl RetainsInstructions for Expr
fn instructions(&self) -> &[Instr]
source§impl<'a> TryFrom<OperatorsReader<'a>> for Expr
impl<'a> TryFrom<OperatorsReader<'a>> for Expr
source§impl TryFromExprSource for Expr
impl TryFromExprSource for Expr
impl StructuralPartialEq for Expr
Auto Trait Implementations§
impl Freeze for Expr
impl RefUnwindSafe for Expr
impl Send for Expr
impl Sync for Expr
impl Unpin for Expr
impl UnwindSafe for Expr
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)