pub struct TypeScriptProgramCollectionOutput {
pub module_name: String,
pub output: TypeScriptStackOutput,
pub members: Vec<(String, String)>,
}Fields§
§module_name: String§output: TypeScriptStackOutput§members: Vec<(String, String)>Trait Implementations§
Source§impl Clone for TypeScriptProgramCollectionOutput
impl Clone for TypeScriptProgramCollectionOutput
Source§fn clone(&self) -> TypeScriptProgramCollectionOutput
fn clone(&self) -> TypeScriptProgramCollectionOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TypeScriptProgramCollectionOutput
impl RefUnwindSafe for TypeScriptProgramCollectionOutput
impl Send for TypeScriptProgramCollectionOutput
impl Sync for TypeScriptProgramCollectionOutput
impl Unpin for TypeScriptProgramCollectionOutput
impl UnsafeUnpin for TypeScriptProgramCollectionOutput
impl UnwindSafe for TypeScriptProgramCollectionOutput
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