pub struct LiftedBlockToExpand {
pub exprs: Vec<MediumLevelILLiftedInstruction>,
}Fields§
§exprs: Vec<MediumLevelILLiftedInstruction>Trait Implementations§
Source§impl Clone for LiftedBlockToExpand
impl Clone for LiftedBlockToExpand
Source§fn clone(&self) -> LiftedBlockToExpand
fn clone(&self) -> LiftedBlockToExpand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LiftedBlockToExpand
impl Debug for LiftedBlockToExpand
Source§impl PartialEq for LiftedBlockToExpand
impl PartialEq for LiftedBlockToExpand
impl StructuralPartialEq for LiftedBlockToExpand
Auto Trait Implementations§
impl Freeze for LiftedBlockToExpand
impl RefUnwindSafe for LiftedBlockToExpand
impl Send for LiftedBlockToExpand
impl Sync for LiftedBlockToExpand
impl Unpin for LiftedBlockToExpand
impl UnwindSafe for LiftedBlockToExpand
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