pub struct CompletionQuarantineReceipt { /* private fields */ }Implementations§
Source§impl CompletionQuarantineReceipt
impl CompletionQuarantineReceipt
pub const fn slot_id(&self) -> CompletionSlotId
pub fn batch_identity(&self) -> &BatchOperationIdentity
pub fn submission(&self) -> Option<&SubmittedOperationReceipt>
pub const fn cause(&self) -> CompletionRecoveryCause
pub const fn had_submission_fence(&self) -> bool
pub fn device_id(&self) -> &DeviceId
pub fn runtime_implementation_fingerprint(&self) -> &str
pub fn is_current(&self) -> bool
Trait Implementations§
Source§impl Clone for CompletionQuarantineReceipt
impl Clone for CompletionQuarantineReceipt
Source§fn clone(&self) -> CompletionQuarantineReceipt
fn clone(&self) -> CompletionQuarantineReceipt
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 CompletionQuarantineReceipt
impl Debug for CompletionQuarantineReceipt
impl Eq for CompletionQuarantineReceipt
Auto Trait Implementations§
impl Freeze for CompletionQuarantineReceipt
impl RefUnwindSafe for CompletionQuarantineReceipt
impl Send for CompletionQuarantineReceipt
impl Sync for CompletionQuarantineReceipt
impl Unpin for CompletionQuarantineReceipt
impl UnsafeUnpin for CompletionQuarantineReceipt
impl UnwindSafe for CompletionQuarantineReceipt
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