pub struct TransactionDelivery {
pub event_tx: TransactionEventSender,
pub completion_tx: TransactionCompletionSender,
}Expand description
Ports installed at admission and owned by the lifecycle ledger until publish.
Fields§
§event_tx: TransactionEventSenderBounded event publisher.
completion_tx: TransactionCompletionSenderOne-shot completion publisher.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TransactionDelivery
impl !UnwindSafe for TransactionDelivery
impl Freeze for TransactionDelivery
impl Send for TransactionDelivery
impl Sync for TransactionDelivery
impl Unpin for TransactionDelivery
impl UnsafeUnpin for TransactionDelivery
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