pub struct LocalGet {
pub idx: Index,
pub exprs: Vec<Expression>,
}Fields§
§idx: Index§exprs: Vec<Expression>Implementations§
Trait Implementations§
impl Eq for LocalGet
impl StructuralPartialEq for LocalGet
Auto Trait Implementations§
impl Freeze for LocalGet
impl RefUnwindSafe for LocalGet
impl Send for LocalGet
impl Sync for LocalGet
impl Unpin for LocalGet
impl UnwindSafe for LocalGet
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