pub struct OperationParticipantCompletionReceipt { /* private fields */ }Implementations§
Source§impl OperationParticipantCompletionReceipt
impl OperationParticipantCompletionReceipt
pub fn submission(&self) -> &SubmittedOperationParticipantReceipt
pub fn disposition(&self) -> &OperationParticipantCompletionDisposition
pub fn batch_completion_fingerprint(&self) -> &str
Trait Implementations§
Source§impl Clone for OperationParticipantCompletionReceipt
impl Clone for OperationParticipantCompletionReceipt
Source§fn clone(&self) -> OperationParticipantCompletionReceipt
fn clone(&self) -> OperationParticipantCompletionReceipt
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 moreimpl Eq for OperationParticipantCompletionReceipt
impl StructuralPartialEq for OperationParticipantCompletionReceipt
Auto Trait Implementations§
impl Freeze for OperationParticipantCompletionReceipt
impl RefUnwindSafe for OperationParticipantCompletionReceipt
impl Send for OperationParticipantCompletionReceipt
impl Sync for OperationParticipantCompletionReceipt
impl Unpin for OperationParticipantCompletionReceipt
impl UnsafeUnpin for OperationParticipantCompletionReceipt
impl UnwindSafe for OperationParticipantCompletionReceipt
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