Struct cairo_lang_lowering::lower::generators::Snapshot
source · pub struct Snapshot {
pub input: VariableId,
pub location: StableLocationOption,
}
Expand description
Generator for StatementSnapshot.
Fields§
§input: VariableId
§location: StableLocationOption
Implementations§
source§impl Snapshot
impl Snapshot
pub fn add( self, ctx: &mut LoweringContext<'_, '_>, builder: &mut StatementsBuilder ) -> (VariableId, VariableId)
Auto Trait Implementations§
impl RefUnwindSafe for Snapshot
impl Send for Snapshot
impl Sync for Snapshot
impl Unpin for Snapshot
impl UnwindSafe for Snapshot
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