pub struct AsyncPollable(/* private fields */);Expand description
An AsyncPollable is a reference counted Registration. It can be cloned, and used to create as many WaitFor futures on a Pollable that the user needs.
Implementations§
Trait Implementations§
Source§impl Clone for AsyncPollable
impl Clone for AsyncPollable
Source§fn clone(&self) -> AsyncPollable
fn clone(&self) -> AsyncPollable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AsyncPollable
impl Debug for AsyncPollable
Source§impl Hash for AsyncPollable
impl Hash for AsyncPollable
Source§impl PartialEq for AsyncPollable
impl PartialEq for AsyncPollable
impl Eq for AsyncPollable
impl StructuralPartialEq for AsyncPollable
Auto Trait Implementations§
impl Freeze for AsyncPollable
impl RefUnwindSafe for AsyncPollable
impl Send for AsyncPollable
impl Sync for AsyncPollable
impl Unpin for AsyncPollable
impl UnwindSafe for AsyncPollable
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