Enum futures_util::stream::PollNext
source · [−]pub enum PollNext {
Left,
Right,
}
Expand description
Type to tell SelectWithStrategy
which stream to poll next.
Variants
Left
Poll the first stream.
Right
Poll the second stream.
Implementations
Trait Implementations
impl Copy for PollNext
impl Eq for PollNext
impl StructuralEq for PollNext
impl StructuralPartialEq for PollNext
Auto Trait Implementations
impl RefUnwindSafe for PollNext
impl Send for PollNext
impl Sync for PollNext
impl Unpin for PollNext
impl UnwindSafe for PollNext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more