pub struct IntegrityAbortReceipt { /* private fields */ }Expand description
One bounded abort/expiry receipt.
Implementations§
Source§impl IntegrityAbortReceipt
impl IntegrityAbortReceipt
Sourcepub const fn job_id(&self) -> IntegrityJobId
pub const fn job_id(&self) -> IntegrityJobId
Return the opaque job identity.
Sourcepub const fn page_sequence(&self) -> u64
pub const fn page_sequence(&self) -> u64
Return the outstanding or terminal receipt sequence.
Sourcepub const fn status(&self) -> &IntegrityAbortStatus
pub const fn status(&self) -> &IntegrityAbortStatus
Borrow the pending or terminal abort status.
Trait Implementations§
Source§impl CandidType for IntegrityAbortReceipt
impl CandidType for IntegrityAbortReceipt
Source§impl Clone for IntegrityAbortReceipt
impl Clone for IntegrityAbortReceipt
Source§fn clone(&self) -> IntegrityAbortReceipt
fn clone(&self) -> IntegrityAbortReceipt
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 IntegrityAbortReceipt
impl Debug for IntegrityAbortReceipt
Source§impl<'de> Deserialize<'de> for IntegrityAbortReceipt
impl<'de> Deserialize<'de> for IntegrityAbortReceipt
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for IntegrityAbortReceipt
Source§impl PartialEq for IntegrityAbortReceipt
impl PartialEq for IntegrityAbortReceipt
impl StructuralPartialEq for IntegrityAbortReceipt
Auto Trait Implementations§
impl Freeze for IntegrityAbortReceipt
impl RefUnwindSafe for IntegrityAbortReceipt
impl Send for IntegrityAbortReceipt
impl Sync for IntegrityAbortReceipt
impl Unpin for IntegrityAbortReceipt
impl UnsafeUnpin for IntegrityAbortReceipt
impl UnwindSafe for IntegrityAbortReceipt
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