Struct std::collections::binary_heap::PeekMut 1.12.0[−][src]
pub struct PeekMut<'a, T> where
T: 'a + Ord, { /* fields omitted */ }Expand description
Structure wrapping a mutable reference to the greatest item on a
BinaryHeap.
This struct is created by the peek_mut method on BinaryHeap. See
its documentation for more.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for PeekMut<'a, T> where
T: RefUnwindSafe, impl<'a, T> !UnwindSafe for PeekMut<'a, T>