pub struct ExecutorDriveReport {
pub terminal: ExecutorTerminal,
pub delivery: CompletionDelivery,
}Expand description
The terminal class and whether its private completion reached the runtime inbox.
Fields§
§terminal: ExecutorTerminal§delivery: CompletionDeliveryTrait Implementations§
Source§impl Clone for ExecutorDriveReport
impl Clone for ExecutorDriveReport
Source§fn clone(&self) -> ExecutorDriveReport
fn clone(&self) -> ExecutorDriveReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExecutorDriveReport
Source§impl Debug for ExecutorDriveReport
impl Debug for ExecutorDriveReport
impl Eq for ExecutorDriveReport
Source§impl PartialEq for ExecutorDriveReport
impl PartialEq for ExecutorDriveReport
impl StructuralPartialEq for ExecutorDriveReport
Auto Trait Implementations§
impl Freeze for ExecutorDriveReport
impl RefUnwindSafe for ExecutorDriveReport
impl Send for ExecutorDriveReport
impl Sync for ExecutorDriveReport
impl Unpin for ExecutorDriveReport
impl UnsafeUnpin for ExecutorDriveReport
impl UnwindSafe for ExecutorDriveReport
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.