Struct cairo_lang_lowering::lower::context::VarRequest
source · pub struct VarRequest {
pub ty: TypeId,
pub location: StableLocationOption,
}
Expand description
Request for a lowered variable allocation.
Fields§
§ty: TypeId
§location: StableLocationOption
Auto Trait Implementations§
impl RefUnwindSafe for VarRequest
impl Send for VarRequest
impl Sync for VarRequest
impl Unpin for VarRequest
impl UnwindSafe for VarRequest
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