Struct cranelift_isle::ast::LetDef
source · [−]Expand description
One variable locally bound in a (let ...)
expression.
Fields
var: Ident
ty: Ident
val: Box<Expr>
pos: Pos
Trait Implementations
impl Eq for LetDef
impl StructuralEq for LetDef
impl StructuralPartialEq for LetDef
Auto Trait Implementations
impl RefUnwindSafe for LetDef
impl Send for LetDef
impl Sync for LetDef
impl Unpin for LetDef
impl UnwindSafe for LetDef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more