Struct std::collections::binary_heap::PeekMut 1.12.0
[−]
[src]
pub struct PeekMut<'a, T> where T: 'a + Ord { /* fields omitted */ }
A container object that represents the result of the peek_mut()
method
on BinaryHeap
. See its documentation for details.
Trait Implementations
impl<'a, T> DerefMut for PeekMut<'a, T> where T: Ord
fn deref_mut(&mut self) -> &mut T
The method called to mutably dereference a value