pub struct PlanRuntimeQuarantineReceipt { /* private fields */ }Implementations§
Source§impl PlanRuntimeQuarantineReceipt
impl PlanRuntimeQuarantineReceipt
pub fn evidence(&self) -> &TrustedPlanRuntimeEvidence
pub const fn released_static_resources(&self) -> usize
pub const fn quarantined_static_resources(&self) -> usize
Trait Implementations§
Source§impl Clone for PlanRuntimeQuarantineReceipt
impl Clone for PlanRuntimeQuarantineReceipt
Source§fn clone(&self) -> PlanRuntimeQuarantineReceipt
fn clone(&self) -> PlanRuntimeQuarantineReceipt
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 moreSource§impl Debug for PlanRuntimeQuarantineReceipt
impl Debug for PlanRuntimeQuarantineReceipt
impl Eq for PlanRuntimeQuarantineReceipt
impl StructuralPartialEq for PlanRuntimeQuarantineReceipt
Auto Trait Implementations§
impl Freeze for PlanRuntimeQuarantineReceipt
impl RefUnwindSafe for PlanRuntimeQuarantineReceipt
impl Send for PlanRuntimeQuarantineReceipt
impl Sync for PlanRuntimeQuarantineReceipt
impl Unpin for PlanRuntimeQuarantineReceipt
impl UnsafeUnpin for PlanRuntimeQuarantineReceipt
impl UnwindSafe for PlanRuntimeQuarantineReceipt
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