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