pub(crate) struct InstructionGroupBuilder<'all_inst> {
all_instructions: &'all_inst mut Vec<Rc<InstructionContent>>,
}
Fields§
§all_instructions: &'all_inst mut Vec<Rc<InstructionContent>>
Implementations§
source§impl<'all_inst> InstructionGroupBuilder<'all_inst>
impl<'all_inst> InstructionGroupBuilder<'all_inst>
pub fn new(all_instructions: &'all_inst mut Vec<Rc<InstructionContent>>) -> Self
pub fn push(&mut self, builder: InstructionBuilder)
Auto Trait Implementations§
impl<'all_inst> Freeze for InstructionGroupBuilder<'all_inst>
impl<'all_inst> !RefUnwindSafe for InstructionGroupBuilder<'all_inst>
impl<'all_inst> !Send for InstructionGroupBuilder<'all_inst>
impl<'all_inst> !Sync for InstructionGroupBuilder<'all_inst>
impl<'all_inst> Unpin for InstructionGroupBuilder<'all_inst>
impl<'all_inst> !UnwindSafe for InstructionGroupBuilder<'all_inst>
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