[][src]Enum simon::Never

pub enum Never {}

Methods

impl Never[src]

pub fn result_ok<T>(r: Result<T, Never>) -> T[src]

Trait Implementations

impl Debug for Never[src]

impl Display for Never[src]

impl Eq for Never[src]

impl PartialEq<Never> for Never[src]

impl StructuralEq for Never[src]

impl StructuralPartialEq for Never[src]

Auto Trait Implementations

impl RefUnwindSafe for Never

impl Send for Never

impl Sync for Never

impl Unpin for Never

impl UnwindSafe for Never

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.