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