Struct NextIfEq

struct NextIfEq<'a, St: Stream, T: ?Sized> { ... }

Future for the Peekable::next_if_eq method.

Implementations

impl<'__pin, 'a, St: Stream, T: ?Sized> Unpin for NextIfEq<'a, St, T>

impl<'a, St, T> Freeze for NextIfEq<'a, St, T>

impl<'a, St, T> RefUnwindSafe for NextIfEq<'a, St, T>

impl<'a, St, T> Send for NextIfEq<'a, St, T>

impl<'a, St, T> Sync for NextIfEq<'a, St, T>

impl<'a, St, T> UnsafeUnpin for NextIfEq<'a, St, T>

impl<'a, St, T> UnwindSafe for NextIfEq<'a, St, T>

impl<F> IntoFuture for NextIfEq<'a, St, T>

fn into_future(self: Self) -> <F as IntoFuture>::IntoFuture

impl<St, T> Debug for NextIfEq<'_, St, T>

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl<St, T> FusedFuture for NextIfEq<'_, St, T>

fn is_terminated(self: &Self) -> bool

impl<St, T> Future for NextIfEq<'_, St, T>

fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<<Self as >::Output>

impl<T> Any for NextIfEq<'a, St, T>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for NextIfEq<'a, St, T>

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for NextIfEq<'a, St, T>

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> From for NextIfEq<'a, St, T>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> FutureExt for NextIfEq<'a, St, T>

impl<T, U> Into for NextIfEq<'a, St, T>

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for NextIfEq<'a, St, T>

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for NextIfEq<'a, St, T>

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>