Enum rotor::Void [] [src]

pub enum Void {}

The empty type for cases which can't occur.

Trait Implementations

impl Clone for Void

fn clone(&self) -> Void

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

impl Debug for Void

fn fmt(&self, &mut Formatter) -> Result<(), Error>

impl Display for Void

fn fmt(&self, &mut Formatter) -> Result<(), Error>

impl<T> PartialEq<T> for Void

fn eq(&self, &T) -> bool

1.0.0fn ne(&self, other: &Rhs) -> bool

impl<T> PartialOrd<T> for Void

fn partial_cmp(&self, &T) -> Option<Ordering>

1.0.0fn lt(&self, other: &Rhs) -> bool

1.0.0fn le(&self, other: &Rhs) -> bool

1.0.0fn gt(&self, other: &Rhs) -> bool

1.0.0fn ge(&self, other: &Rhs) -> bool

impl Error for Void

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Copy for Void