pub struct AssemblyScaleCompatibilityBasis { /* private fields */ }Expand description
One assembly basis paired with core-validated selector identity.
Named identity cannot be assembled directly by a caller: it is derived from the source document’s unique root and containing-skin facts.
Implementations§
Source§impl AssemblyScaleCompatibilityBasis
impl AssemblyScaleCompatibilityBasis
Sourcepub fn basis(&self) -> &AssemblyScaleBasis
pub fn basis(&self) -> &AssemblyScaleBasis
The immutable evidence basis governed by this validated selector.
Trait Implementations§
Source§impl Clone for AssemblyScaleCompatibilityBasis
impl Clone for AssemblyScaleCompatibilityBasis
Source§fn clone(&self) -> AssemblyScaleCompatibilityBasis
fn clone(&self) -> AssemblyScaleCompatibilityBasis
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 AssemblyScaleCompatibilityBasis
impl RefUnwindSafe for AssemblyScaleCompatibilityBasis
impl Send for AssemblyScaleCompatibilityBasis
impl Sync for AssemblyScaleCompatibilityBasis
impl Unpin for AssemblyScaleCompatibilityBasis
impl UnsafeUnpin for AssemblyScaleCompatibilityBasis
impl UnwindSafe for AssemblyScaleCompatibilityBasis
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