Struct competitive_library::structure::skew_heap_lazy::SkewHeap [−][src]
pub struct SkewHeap<T: Clone> { /* fields omitted */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for SkewHeap<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for SkewHeap<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more