pub struct ReadyPoll { /* private fields */ }Expand description
Ready poller object.
This is the tester side result of the ready
poll, providing ready() method to check if
the wrapped future is ready.
Implementations§
Auto Trait Implementations§
impl Freeze for ReadyPoll
impl RefUnwindSafe for ReadyPoll
impl Send for ReadyPoll
impl Sync for ReadyPoll
impl Unpin for ReadyPoll
impl UnsafeUnpin for ReadyPoll
impl UnwindSafe for ReadyPoll
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