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