pub enum Maintain {
Wait,
Poll,
}
Expand description
Passed to Device::poll
to control if it should block or not. This has no effect on
the web.
Variants§
Trait Implementations§
impl Copy for Maintain
impl Eq for Maintain
impl StructuralPartialEq for Maintain
Auto Trait Implementations§
impl Freeze for Maintain
impl RefUnwindSafe for Maintain
impl Send for Maintain
impl Sync for Maintain
impl Unpin for Maintain
impl UnwindSafe for Maintain
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