pub struct SyncOutboxReceipt { /* private fields */ }Expand description
Bounded acknowledgement for an ordered prefix of the outbox.
Implementations§
Trait Implementations§
Source§impl Clone for SyncOutboxReceipt
impl Clone for SyncOutboxReceipt
Source§fn clone(&self) -> SyncOutboxReceipt
fn clone(&self) -> SyncOutboxReceipt
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 SyncOutboxReceipt
impl Debug for SyncOutboxReceipt
impl Eq for SyncOutboxReceipt
Source§impl PartialEq for SyncOutboxReceipt
impl PartialEq for SyncOutboxReceipt
impl StructuralPartialEq for SyncOutboxReceipt
Auto Trait Implementations§
impl Freeze for SyncOutboxReceipt
impl RefUnwindSafe for SyncOutboxReceipt
impl Send for SyncOutboxReceipt
impl Sync for SyncOutboxReceipt
impl Unpin for SyncOutboxReceipt
impl UnsafeUnpin for SyncOutboxReceipt
impl UnwindSafe for SyncOutboxReceipt
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