pub struct SchedulerCommandEnvelope {
pub command: SchedulerCommand,
pub reply: Sender<Result<SchedulerCommandEffects>>,
}Fields§
§command: SchedulerCommand§reply: Sender<Result<SchedulerCommandEffects>>Trait Implementations§
Source§impl From<SchedulerCancellationEnvelope> for SchedulerCommandEnvelope
impl From<SchedulerCancellationEnvelope> for SchedulerCommandEnvelope
Source§fn from(cancellation: SchedulerCancellationEnvelope) -> Self
fn from(cancellation: SchedulerCancellationEnvelope) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for SchedulerCommandEnvelope
impl !UnwindSafe for SchedulerCommandEnvelope
impl Freeze for SchedulerCommandEnvelope
impl Send for SchedulerCommandEnvelope
impl Sync for SchedulerCommandEnvelope
impl Unpin for SchedulerCommandEnvelope
impl UnsafeUnpin for SchedulerCommandEnvelope
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