Enum parry::Length [] [src]

pub enum Length {
    Finite(usize),
    Infinite,
}

Variants

Finite
Infinite

Trait Implementations

Derived Implementations

impl Ord for Length

fn cmp(&self, __arg_0: &Length) -> Ordering

impl PartialOrd for Length

fn partial_cmp(&self, __arg_0: &Length) -> Option<Ordering>

fn lt(&self, __arg_0: &Length) -> bool

fn le(&self, __arg_0: &Length) -> bool

fn gt(&self, __arg_0: &Length) -> bool

fn ge(&self, __arg_0: &Length) -> bool

impl Eq for Length

impl PartialEq for Length

fn eq(&self, __arg_0: &Length) -> bool

fn ne(&self, __arg_0: &Length) -> bool

impl Debug for Length

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Length

fn clone(&self) -> Length

fn clone_from(&mut self, source: &Self)

impl Copy for Length