Struct nom::lib::std::collections::binary_heap::PeekMut 1.12.0[−][src]
pub struct PeekMut<'a, T> where
T: 'a + Ord, { /* fields omitted */ }
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
impl<'a, T> PeekMut<'a, T> where
T: Ord,
[src]
impl<'a, T> PeekMut<'a, T> where
T: Ord,
[src]Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for PeekMut<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T> Send for PeekMut<'a, T> where
T: Send,
T: Send,
impl<'a, T> Sync for PeekMut<'a, T> where
T: Sync,
T: Sync,