pub struct HandlerPriority {
pub group: HandlerPriorityGroup,
pub plugin_load_order: usize,
pub event_declaration_index: usize,
pub matcher_group_index: usize,
pub hook_index_within_group: usize,
}Fields§
§group: HandlerPriorityGroup§plugin_load_order: usize§event_declaration_index: usize§matcher_group_index: usize§hook_index_within_group: usizeTrait Implementations§
Source§impl Clone for HandlerPriority
impl Clone for HandlerPriority
Source§fn clone(&self) -> HandlerPriority
fn clone(&self) -> HandlerPriority
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HandlerPriority
impl Debug for HandlerPriority
Source§impl Ord for HandlerPriority
impl Ord for HandlerPriority
Source§fn cmp(&self, other: &HandlerPriority) -> Ordering
fn cmp(&self, other: &HandlerPriority) -> Ordering
1.21.0 (const: unstable) · 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 HandlerPriority
impl PartialEq for HandlerPriority
Source§fn eq(&self, other: &HandlerPriority) -> bool
fn eq(&self, other: &HandlerPriority) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for HandlerPriority
impl PartialOrd for HandlerPriority
impl Eq for HandlerPriority
impl StructuralPartialEq for HandlerPriority
Auto Trait Implementations§
impl Freeze for HandlerPriority
impl RefUnwindSafe for HandlerPriority
impl Send for HandlerPriority
impl Sync for HandlerPriority
impl Unpin for HandlerPriority
impl UnsafeUnpin for HandlerPriority
impl UnwindSafe for HandlerPriority
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.