pub struct TypeScriptGenerator { /* private fields */ }Expand description
Generator for TypeScript type definitions.
Use this when you need to generate multiple related types.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeScriptGenerator
impl RefUnwindSafe for TypeScriptGenerator
impl Send for TypeScriptGenerator
impl Sync for TypeScriptGenerator
impl Unpin for TypeScriptGenerator
impl UnwindSafe for TypeScriptGenerator
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