pub struct RustAliasedStackOutput {
pub alias: String,
pub module_name: String,
pub output: RustOutput,
}Fields§
§alias: String§module_name: String§output: RustOutputTrait Implementations§
Source§impl Clone for RustAliasedStackOutput
impl Clone for RustAliasedStackOutput
Source§fn clone(&self) -> RustAliasedStackOutput
fn clone(&self) -> RustAliasedStackOutput
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 RustAliasedStackOutput
impl RefUnwindSafe for RustAliasedStackOutput
impl Send for RustAliasedStackOutput
impl Sync for RustAliasedStackOutput
impl Unpin for RustAliasedStackOutput
impl UnsafeUnpin for RustAliasedStackOutput
impl UnwindSafe for RustAliasedStackOutput
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