Struct competitive_programming_rs::data_structure::fibonacci_heap::fibonacci_heap::Node [−][src]
Fields
key: T
children: Vec<Node<T>>
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Node<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Node<T> where
T: UnwindSafe,