pub struct PollBatch { /* private fields */ }Expand description
Outcome of one bounded executor turn.
Implementations§
Trait Implementations§
impl Copy for PollBatch
impl Eq for PollBatch
impl StructuralPartialEq for PollBatch
Auto Trait Implementations§
impl Freeze for PollBatch
impl RefUnwindSafe for PollBatch
impl Send for PollBatch
impl Sync for PollBatch
impl Unpin for PollBatch
impl UnsafeUnpin for PollBatch
impl UnwindSafe for PollBatch
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