pub enum EventPriority {
Low,
Normal,
}Expand description
Represents priority levels for an event.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EventPriority
impl Clone for EventPriority
Source§fn clone(&self) -> EventPriority
fn clone(&self) -> EventPriority
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 EventPriority
impl Debug for EventPriority
Source§impl Default for EventPriority
impl Default for EventPriority
Source§fn default() -> EventPriority
fn default() -> EventPriority
Returns the “default value” for a type. Read more
Source§impl PartialEq for EventPriority
impl PartialEq for EventPriority
impl Copy for EventPriority
impl Eq for EventPriority
impl StructuralPartialEq for EventPriority
Auto Trait Implementations§
impl Freeze for EventPriority
impl RefUnwindSafe for EventPriority
impl Send for EventPriority
impl Sync for EventPriority
impl Unpin for EventPriority
impl UnwindSafe for EventPriority
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