Trait optional::OptOrd [] [src]

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

Ordering within Optioned

Required Methods

compare this Optioned with another

Implementations on Foreign Types

impl OptOrd for u8
[src]

[src]

impl OptOrd for u16
[src]

[src]

impl OptOrd for u32
[src]

[src]

impl OptOrd for u64
[src]

[src]

impl OptOrd for usize
[src]

[src]

impl OptOrd for i8
[src]

[src]

impl OptOrd for i16
[src]

[src]

impl OptOrd for i32
[src]

[src]

impl OptOrd for i64
[src]

[src]

impl OptOrd for isize
[src]

[src]

impl OptOrd for f32
[src]

[src]

impl OptOrd for f64
[src]

[src]

impl OptOrd for char
[src]

[src]

Implementors