pub struct TypeScriptStackOutput {
pub interfaces: String,
pub stack_definition: String,
pub imports: String,
}Fields§
§interfaces: String§stack_definition: String§imports: StringImplementations§
Trait Implementations§
Source§impl Clone for TypeScriptStackOutput
impl Clone for TypeScriptStackOutput
Source§fn clone(&self) -> TypeScriptStackOutput
fn clone(&self) -> TypeScriptStackOutput
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 TypeScriptStackOutput
impl RefUnwindSafe for TypeScriptStackOutput
impl Send for TypeScriptStackOutput
impl Sync for TypeScriptStackOutput
impl Unpin for TypeScriptStackOutput
impl UnsafeUnpin for TypeScriptStackOutput
impl UnwindSafe for TypeScriptStackOutput
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