pub struct ChangedPriority(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl ChangedPriority
impl ChangedPriority
pub const ANY: ChangedPriority
pub const LOW: ChangedPriority
pub const HIGH: ChangedPriority
Trait Implementations§
Source§impl Clone for ChangedPriority
impl Clone for ChangedPriority
Source§fn clone(&self) -> ChangedPriority
fn clone(&self) -> ChangedPriority
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 ChangedPriority
impl Debug for ChangedPriority
Source§impl From<ChangedPriority> for i64
impl From<ChangedPriority> for i64
Source§fn from(v: ChangedPriority) -> Self
fn from(v: ChangedPriority) -> Self
Converts to this type from the input type.
Source§impl From<i64> for ChangedPriority
impl From<i64> for ChangedPriority
Source§impl FromVariant for ChangedPriority
impl FromVariant for ChangedPriority
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for ChangedPriority
impl Hash for ChangedPriority
Source§impl Ord for ChangedPriority
impl Ord for ChangedPriority
Source§fn cmp(&self, other: &ChangedPriority) -> Ordering
fn cmp(&self, other: &ChangedPriority) -> 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 ChangedPriority
impl PartialEq for ChangedPriority
Source§impl PartialOrd for ChangedPriority
impl PartialOrd for ChangedPriority
impl Copy for ChangedPriority
impl Eq for ChangedPriority
impl StructuralPartialEq for ChangedPriority
Auto Trait Implementations§
impl Freeze for ChangedPriority
impl RefUnwindSafe for ChangedPriority
impl Send for ChangedPriority
impl Sync for ChangedPriority
impl Unpin for ChangedPriority
impl UnwindSafe for ChangedPriority
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> 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.