pub struct TypeScriptOutput {
pub interfaces: String,
pub stack_definition: String,
pub imports: String,
}Expand description
Output structure for TypeScript generation
Fields§
§interfaces: String§stack_definition: String§imports: StringImplementations§
Trait Implementations§
Source§impl Clone for TypeScriptOutput
impl Clone for TypeScriptOutput
Source§fn clone(&self) -> TypeScriptOutput
fn clone(&self) -> TypeScriptOutput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TypeScriptOutput
impl RefUnwindSafe for TypeScriptOutput
impl Send for TypeScriptOutput
impl Sync for TypeScriptOutput
impl Unpin for TypeScriptOutput
impl UnwindSafe for TypeScriptOutput
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