pub enum Polling {
RequestAnimationFrame,
Millis(u32),
}Variants§
Trait Implementations§
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