pub enum ActionPriority {
First,
Second,
Third,
Fourth,
}Variants§
Trait Implementations§
Source§impl Clone for ActionPriority
impl Clone for ActionPriority
Source§fn clone(&self) -> ActionPriority
fn clone(&self) -> ActionPriority
Returns a copy 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 ActionPriority
impl Debug for ActionPriority
Source§impl Default for ActionPriority
impl Default for ActionPriority
Source§fn default() -> ActionPriority
fn default() -> ActionPriority
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActionPriority
impl<'de> Deserialize<'de> for ActionPriority
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 Hash for ActionPriority
impl Hash for ActionPriority
Source§impl IntoEnumIterator for ActionPriority
impl IntoEnumIterator for ActionPriority
type Iterator = ActionPriorityIter
fn iter() -> ActionPriorityIter ⓘ
Source§impl PartialEq for ActionPriority
impl PartialEq for ActionPriority
Source§impl Serialize for ActionPriority
impl Serialize for ActionPriority
impl Copy for ActionPriority
impl Eq for ActionPriority
impl StructuralPartialEq for ActionPriority
Auto Trait Implementations§
impl Freeze for ActionPriority
impl RefUnwindSafe for ActionPriority
impl Send for ActionPriority
impl Sync for ActionPriority
impl Unpin for ActionPriority
impl UnwindSafe for ActionPriority
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more