Enum futures_util::stream::PollNext
source · pub enum PollNext {
Left,
Right,
}
Expand description
Type to tell SelectWithStrategy
which stream to poll next.
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for PollNext
impl PartialEq for PollNext
impl Copy for PollNext
impl Eq for PollNext
impl StructuralPartialEq for PollNext
Auto Trait Implementations§
impl Freeze for PollNext
impl RefUnwindSafe for PollNext
impl Send for PollNext
impl Sync for PollNext
impl Unpin for PollNext
impl UnwindSafe for PollNext
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)