pub enum WaitForEvents {
Immediate,
Urgent,
High,
Normal,
Low,
Languid,
}
Expand description
Wait until all currently queued events with the given priority are processed
Variants§
Trait Implementations§
Source§impl Clone for WaitForEvents
impl Clone for WaitForEvents
Source§fn clone(&self) -> WaitForEvents
fn clone(&self) -> WaitForEvents
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 WaitForEvents
impl Debug for WaitForEvents
Source§impl<'de> Deserialize<'de> for WaitForEvents
impl<'de> Deserialize<'de> for WaitForEvents
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WaitForEvents
impl PartialEq for WaitForEvents
Source§impl Serialize for WaitForEvents
impl Serialize for WaitForEvents
impl Copy for WaitForEvents
impl StructuralPartialEq for WaitForEvents
Auto Trait Implementations§
impl Freeze for WaitForEvents
impl RefUnwindSafe for WaitForEvents
impl Send for WaitForEvents
impl Sync for WaitForEvents
impl Unpin for WaitForEvents
impl UnwindSafe for WaitForEvents
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