Enum binary_tree::test::Level
[−]
[src]
pub enum Level { Balanced(u32), Imbalanced(u32), }
Variants
Balanced | ||
Imbalanced |
pub enum Level { Balanced(u32), Imbalanced(u32), }
Balanced | ||
Imbalanced |
impl Level
[src]fn is_balanced(self) -> bool
fn as_u32(self) -> u32
impl Eq for Level
[src]impl PartialEq for Level
[src]impl Debug for Level
[src]impl Copy for Level
[src]impl Clone for Level
[src]fn clone(&self) -> Level
fn clone_from(&mut self, source: &Self)