pub enum Polling {
Raf,
Interval(Duration),
}Expand description
Polling mode for wait_for_function.
Variants§
Trait Implementations§
impl Copy for Polling
Auto Trait Implementations§
impl Freeze for Polling
impl RefUnwindSafe for Polling
impl Send for Polling
impl Sync for Polling
impl Unpin for Polling
impl UnwindSafe for Polling
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