pub struct Polls(/* private fields */);Expand description
The set of Poll objects.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Polls
impl RefUnwindSafe for Polls
impl Send for Polls
impl Sync for Polls
impl Unpin for Polls
impl UnwindSafe for Polls
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