pub struct Receipt(/* private fields */);Expand description
Proof that a message has been received.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Receipt
impl RefUnwindSafe for Receipt
impl !Send for Receipt
impl !Sync for Receipt
impl Unpin for Receipt
impl UnsafeUnpin for Receipt
impl UnwindSafe for Receipt
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