pub struct CommitReceipt(/* private fields */);Expand description
A reason-neutral acknowledgement for a host-side terminal effect.
Implementations§
Trait Implementations§
Source§impl Clone for CommitReceipt
impl Clone for CommitReceipt
Source§fn clone(&self) -> CommitReceipt
fn clone(&self) -> CommitReceipt
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 Copy for CommitReceipt
Source§impl Debug for CommitReceipt
impl Debug for CommitReceipt
impl Eq for CommitReceipt
Source§impl Hash for CommitReceipt
impl Hash for CommitReceipt
Source§impl Ord for CommitReceipt
impl Ord for CommitReceipt
Source§fn cmp(&self, other: &CommitReceipt) -> Ordering
fn cmp(&self, other: &CommitReceipt) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CommitReceipt
impl PartialEq for CommitReceipt
Source§impl PartialOrd for CommitReceipt
impl PartialOrd for CommitReceipt
impl StructuralPartialEq for CommitReceipt
Auto Trait Implementations§
impl Freeze for CommitReceipt
impl RefUnwindSafe for CommitReceipt
impl Send for CommitReceipt
impl Sync for CommitReceipt
impl Unpin for CommitReceipt
impl UnsafeUnpin for CommitReceipt
impl UnwindSafe for CommitReceipt
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