pub struct RustCompositionOutput {
pub name: String,
pub cargo_toml: String,
pub lib_rs: String,
pub live_stacks: Vec<RustAliasedStackOutput>,
}Fields§
§name: String§cargo_toml: String§lib_rs: String§live_stacks: Vec<RustAliasedStackOutput>Trait Implementations§
Source§impl Clone for RustCompositionOutput
impl Clone for RustCompositionOutput
Source§fn clone(&self) -> RustCompositionOutput
fn clone(&self) -> RustCompositionOutput
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 RustCompositionOutput
impl RefUnwindSafe for RustCompositionOutput
impl Send for RustCompositionOutput
impl Sync for RustCompositionOutput
impl Unpin for RustCompositionOutput
impl UnsafeUnpin for RustCompositionOutput
impl UnwindSafe for RustCompositionOutput
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