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