pub struct PyInstructions<'a>(pub &'a ProgramManifest);Expand description
Generates instructions.py content from a ProgramManifest.
Tuple Fields§
§0: &'a ProgramManifestTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PyInstructions<'a>
impl<'a> RefUnwindSafe for PyInstructions<'a>
impl<'a> Send for PyInstructions<'a>
impl<'a> Sync for PyInstructions<'a>
impl<'a> Unpin for PyInstructions<'a>
impl<'a> UnsafeUnpin for PyInstructions<'a>
impl<'a> UnwindSafe for PyInstructions<'a>
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