pub struct TransactionReceiver {
pub events: TransactionEventReceiver,
pub completion: TransactionCompletionReceiver,
}Expand description
Host receivers created together with TransactionDelivery.
Fields§
§events: TransactionEventReceiverOrdered event stream.
completion: TransactionCompletionReceiverExactly-one completion publication.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TransactionReceiver
impl !UnwindSafe for TransactionReceiver
impl Freeze for TransactionReceiver
impl Send for TransactionReceiver
impl Sync for TransactionReceiver
impl Unpin for TransactionReceiver
impl UnsafeUnpin for TransactionReceiver
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