Struct alloc::binary_heap::PeekMut 1.12.0
[−]
[src]
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.
Methods
impl<'a, T: Ord> PeekMut<'a, T>
[src]
[−]
impl<'a, T: Ord> PeekMut<'a, T>
pub fn pop(this: PeekMut<'a, T>) -> T
1.18.0[src]
[−]
pub fn pop(this: PeekMut<'a, T>) -> T
1.18.0
[src]Removes the peeked value from the heap and returns it.
Trait Implementations
impl<'a, T: Ord + Debug> Debug for PeekMut<'a, T>
1.17.0[src]
[+]
impl<'a, T: Ord + Debug> Debug for PeekMut<'a, T>
1.17.0
[src]impl<'a, T: Ord> Drop for PeekMut<'a, T>
[src]
[+]
impl<'a, T: Ord> Drop for PeekMut<'a, T>
impl<'a, T: Ord> Deref for PeekMut<'a, T>
[src]
[+]
impl<'a, T: Ord> Deref for PeekMut<'a, T>
impl<'a, T: Ord> DerefMut for PeekMut<'a, T>
[src]
[+]
impl<'a, T: Ord> DerefMut for PeekMut<'a, T>