pub struct LiveRunCommandEntry {
pub command: LiveRunCommand,
pub receipt: Box<dyn LiveCommandReceipt>,
}Expand description
Entry yielded by a LiveRunCommandStream: the command plus the
receipt the consumer must ack once the run has received it.
Fields§
§command: LiveRunCommand§receipt: Box<dyn LiveCommandReceipt>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for LiveRunCommandEntry
impl !UnwindSafe for LiveRunCommandEntry
impl Freeze for LiveRunCommandEntry
impl Send for LiveRunCommandEntry
impl Sync for LiveRunCommandEntry
impl Unpin for LiveRunCommandEntry
impl UnsafeUnpin for LiveRunCommandEntry
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