Enum void::Void [] [src]

pub enum Void {}

The empty type for cases which can't occur.

Trait Implementations

impl Clone for Void

fn clone(&self) -> Void

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

impl Debug for Void

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

impl Display for Void

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

impl<T> PartialEq<T> for Void

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

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

impl<T> PartialOrd<T> for Void

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

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

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

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

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

impl Error for Void

fn description(&self) -> &str

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

Derived Implementations

impl Copy for Void