pub struct Queue(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl Ord for Queue
impl Ord for Queue
source§impl PartialEq for Queue
impl PartialEq for Queue
source§impl PartialOrd for Queue
impl PartialOrd for Queue
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Queue
impl Eq for Queue
impl Send for Queue
impl StructuralPartialEq for Queue
impl Sync for Queue
Auto Trait Implementations§
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