pub struct QueueItem<A, B> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<A: Ord, B> Ord for QueueItem<A, B>
impl<A: Ord, B> Ord for QueueItem<A, B>
Source§impl<A: PartialOrd, B> PartialOrd for QueueItem<A, B>
impl<A: PartialOrd, B> PartialOrd for QueueItem<A, B>
impl<A: Eq, B> Eq for QueueItem<A, B>
Auto Trait Implementations§
impl<A, B> Freeze for QueueItem<A, B>
impl<A, B> RefUnwindSafe for QueueItem<A, B>where
A: RefUnwindSafe,
B: RefUnwindSafe,
impl<A, B> Send for QueueItem<A, B>
impl<A, B> Sync for QueueItem<A, B>
impl<A, B> Unpin for QueueItem<A, B>
impl<A, B> UnwindSafe for QueueItem<A, B>where
A: UnwindSafe,
B: UnwindSafe,
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