pub struct AliasedStackSpecV2 {
pub alias: String,
pub live_spec_hash: String,
pub stack_spec: SerializableStackSpec,
}Fields§
§alias: String§live_spec_hash: String§stack_spec: SerializableStackSpecTrait Implementations§
Source§impl Clone for AliasedStackSpecV2
impl Clone for AliasedStackSpecV2
Source§fn clone(&self) -> AliasedStackSpecV2
fn clone(&self) -> AliasedStackSpecV2
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 AliasedStackSpecV2
impl RefUnwindSafe for AliasedStackSpecV2
impl Send for AliasedStackSpecV2
impl Sync for AliasedStackSpecV2
impl Unpin for AliasedStackSpecV2
impl UnsafeUnpin for AliasedStackSpecV2
impl UnwindSafe for AliasedStackSpecV2
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