pub enum OperationPriority {
Low,
Normal,
High,
Emergency,
}Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for OperationPriority
impl Clone for OperationPriority
Sourceยงfn clone(&self) -> OperationPriority
fn clone(&self) -> OperationPriority
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 OperationPriority
impl Debug for OperationPriority
Sourceยงimpl<'de> Deserialize<'de> for OperationPriority
impl<'de> Deserialize<'de> for OperationPriority
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
impl Eq for OperationPriority
Sourceยงimpl Ord for OperationPriority
impl Ord for OperationPriority
Sourceยงfn cmp(&self, other: &OperationPriority) -> Ordering
fn cmp(&self, other: &OperationPriority) -> 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 OperationPriority
impl PartialEq for OperationPriority
Sourceยงfn eq(&self, other: &OperationPriority) -> bool
fn eq(&self, other: &OperationPriority) -> bool
Tests for
self and other values to be equal, and is used by ==.Sourceยงimpl PartialOrd for OperationPriority
impl PartialOrd for OperationPriority
Sourceยงimpl Serialize for OperationPriority
impl Serialize for OperationPriority
impl StructuralPartialEq for OperationPriority
Auto Trait Implementationsยง
impl Freeze for OperationPriority
impl RefUnwindSafe for OperationPriority
impl Send for OperationPriority
impl Sync for OperationPriority
impl Unpin for OperationPriority
impl UnsafeUnpin for OperationPriority
impl UnwindSafe for OperationPriority
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