Struct ReadExact
struct ReadExact<'a, R: ?Sized> { ... }
Future for the read_exact method.
Implementations
impl<'a, R> Freeze for ReadExact<'a, R>
impl<'a, R> RefUnwindSafe for ReadExact<'a, R>
impl<'a, R> Send for ReadExact<'a, R>
impl<'a, R> Sync for ReadExact<'a, R>
impl<'a, R> UnsafeUnpin for ReadExact<'a, R>
impl<'a, R> UnwindSafe for ReadExact<'a, R>
impl<'a, R: $crate::fmt::Debug + ?Sized> Debug for ReadExact<'a, R>
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl<F> IntoFuture for ReadExact<'a, R>
fn into_future(self: Self) -> <F as IntoFuture>::IntoFuture
impl<F, T, E> TryFuture for ReadExact<'a, R>
fn try_poll(self: Pin<&mut F>, cx: &mut Context<'_>) -> Poll<<F as Future>::Output>
impl<Fut> TryFutureExt for ReadExact<'a, R>
impl<R: ?Sized + Unpin> Unpin for ReadExact<'_, R>
impl<R: AsyncRead + ?Sized + Unpin> Future for ReadExact<'_, R>
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<<Self as >::Output>
impl<T> Any for ReadExact<'a, R>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for ReadExact<'a, R>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for ReadExact<'a, R>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for ReadExact<'a, R>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> FutureExt for ReadExact<'a, R>
impl<T, U> Into for ReadExact<'a, R>
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 ReadExact<'a, R>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for ReadExact<'a, R>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>