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