Struct Count
struct Count<St> { ... }
Future for the count method.
Implementations
impl<'__pin, St> Unpin for Count<St>
impl<F> IntoFuture for Count<St>
fn into_future(self: Self) -> <F as IntoFuture>::IntoFuture
impl<St> Debug for Count<St>
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl<St> Freeze for Count<St>
impl<St> RefUnwindSafe for Count<St>
impl<St> Send for Count<St>
impl<St> Sync for Count<St>
impl<St> UnsafeUnpin for Count<St>
impl<St> UnwindSafe for Count<St>
impl<St: FusedStream> FusedFuture for Count<St>
fn is_terminated(self: &Self) -> bool
impl<St: Stream> Future for Count<St>
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<<Self as >::Output>
impl<T> Any for Count<St>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Count<St>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Count<St>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for Count<St>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> FutureExt for Count<St>
impl<T, U> Into for Count<St>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for Count<St>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Count<St>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>