pub enum ReadyFuture {}
Expand description
Initialized and ready to transfer in async
operation
Trait Implementations§
Source§impl Status for ReadyFuture
impl Status for ReadyFuture
type Uninitialized = UninitializedFuture
type Ready = ReadyFuture
impl ReadyChannel for ReadyFuture
Auto Trait Implementations§
impl Freeze for ReadyFuture
impl RefUnwindSafe for ReadyFuture
impl Send for ReadyFuture
impl Sync for ReadyFuture
impl Unpin for ReadyFuture
impl UnwindSafe for ReadyFuture
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