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