[][src]Trait optional::OptOrd

pub trait OptOrd {
    fn opt_cmp(&self, other: &Self) -> Ordering;
}

Ordering within Optioned

Required methods

fn opt_cmp(&self, other: &Self) -> Ordering

compare this Optioned with another

Loading content...

Implementations on Foreign Types

impl OptOrd for u8[src]

impl OptOrd for u16[src]

impl OptOrd for u32[src]

impl OptOrd for u64[src]

impl OptOrd for usize[src]

impl OptOrd for i8[src]

impl OptOrd for i16[src]

impl OptOrd for i32[src]

impl OptOrd for i64[src]

impl OptOrd for isize[src]

impl OptOrd for f32[src]

impl OptOrd for f64[src]

impl OptOrd for char[src]

Loading content...

Implementors

Loading content...