pub struct QueueGlobalPriority(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for QueueGlobalPriority
impl Clone for QueueGlobalPriority
Source§fn clone(&self) -> QueueGlobalPriority
fn clone(&self) -> QueueGlobalPriority
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 QueueGlobalPriority
impl Debug for QueueGlobalPriority
Source§impl Default for QueueGlobalPriority
impl Default for QueueGlobalPriority
Source§fn default() -> QueueGlobalPriority
fn default() -> QueueGlobalPriority
Returns the “default value” for a type. Read more
Source§impl Hash for QueueGlobalPriority
impl Hash for QueueGlobalPriority
Source§impl Ord for QueueGlobalPriority
impl Ord for QueueGlobalPriority
Source§fn cmp(&self, other: &QueueGlobalPriority) -> Ordering
fn cmp(&self, other: &QueueGlobalPriority) -> 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 QueueGlobalPriority
impl PartialEq for QueueGlobalPriority
Source§impl PartialOrd for QueueGlobalPriority
impl PartialOrd for QueueGlobalPriority
impl Copy for QueueGlobalPriority
impl Eq for QueueGlobalPriority
impl StructuralPartialEq for QueueGlobalPriority
Auto Trait Implementations§
impl Freeze for QueueGlobalPriority
impl RefUnwindSafe for QueueGlobalPriority
impl Send for QueueGlobalPriority
impl Sync for QueueGlobalPriority
impl Unpin for QueueGlobalPriority
impl UnwindSafe for QueueGlobalPriority
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