pub enum PluginPriority {
Highest = 0,
High = 25,
Normal = 50,
Low = 75,
Lowest = 100,
}Variants§
Trait Implementations§
Source§impl Clone for PluginPriority
impl Clone for PluginPriority
Source§fn clone(&self) -> PluginPriority
fn clone(&self) -> PluginPriority
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 PluginPriority
impl Debug for PluginPriority
Source§impl Default for PluginPriority
impl Default for PluginPriority
Source§impl Ord for PluginPriority
impl Ord for PluginPriority
Source§fn cmp(&self, other: &PluginPriority) -> Ordering
fn cmp(&self, other: &PluginPriority) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PluginPriority
impl PartialEq for PluginPriority
Source§impl PartialOrd for PluginPriority
impl PartialOrd for PluginPriority
impl Copy for PluginPriority
impl Eq for PluginPriority
impl StructuralPartialEq for PluginPriority
Auto Trait Implementations§
impl Freeze for PluginPriority
impl RefUnwindSafe for PluginPriority
impl Send for PluginPriority
impl Sync for PluginPriority
impl Unpin for PluginPriority
impl UnwindSafe for PluginPriority
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,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.