pub struct SenderMachine { /* private fields */ }Expand description
Manages the state of all active sending (‘source’) transactions.
This struct holds a map of all transactions for which this entity is the sender.
It should be driven by a Runner which feeds it events and executes the
resulting actions.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SenderMachine
impl RefUnwindSafe for SenderMachine
impl Send for SenderMachine
impl Sync for SenderMachine
impl Unpin for SenderMachine
impl UnsafeUnpin for SenderMachine
impl UnwindSafe for SenderMachine
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