pub struct ElementPollerNoWait;
Expand description
No polling, single attempt.
Trait Implementations§
Source§impl Debug for ElementPollerNoWait
impl Debug for ElementPollerNoWait
Source§impl ElementPoller for ElementPollerNoWait
impl ElementPoller for ElementPollerNoWait
Auto Trait Implementations§
impl Freeze for ElementPollerNoWait
impl RefUnwindSafe for ElementPollerNoWait
impl Send for ElementPollerNoWait
impl Sync for ElementPollerNoWait
impl Unpin for ElementPollerNoWait
impl UnwindSafe for ElementPollerNoWait
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