#[repr(u32)]pub enum WaitAsyncOpts {
Once = 0,
Repeating = 1,
}Expand description
Options for wait_async.
Variants§
Trait Implementations§
Source§impl Clone for WaitAsyncOpts
impl Clone for WaitAsyncOpts
Source§fn clone(&self) -> WaitAsyncOpts
fn clone(&self) -> WaitAsyncOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WaitAsyncOpts
impl Debug for WaitAsyncOpts
Source§impl PartialEq for WaitAsyncOpts
impl PartialEq for WaitAsyncOpts
impl Copy for WaitAsyncOpts
impl Eq for WaitAsyncOpts
impl StructuralPartialEq for WaitAsyncOpts
Auto Trait Implementations§
impl Freeze for WaitAsyncOpts
impl RefUnwindSafe for WaitAsyncOpts
impl Send for WaitAsyncOpts
impl Sync for WaitAsyncOpts
impl Unpin for WaitAsyncOpts
impl UnwindSafe for WaitAsyncOpts
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