Struct Undefined

Source
pub struct Undefined;

Trait Implementations§

Source§

impl Default for Undefined

Source§

fn default() -> Undefined

Returns the “default value” for a type. Read more
Source§

impl Nat for Undefined

Source§

impl<X: Nat> NatAdd<One<X>> for Undefined

Source§

impl NatAdd<Term> for Undefined

Source§

impl<X: Nat> NatAdd<Two<X>> for Undefined

Source§

impl<X: Nat> NatAdd<Undefined> for One<X>

Source§

impl NatAdd<Undefined> for Term

Source§

impl<X: Nat> NatAdd<Undefined> for Two<X>

Source§

impl NatAdd<Undefined> for Undefined

Source§

impl<X: Nat> NatAdd<Undefined> for Zero<X>

Source§

impl<X: Nat> NatAdd<Zero<X>> for Undefined

Source§

impl NatDiv<Term> for Undefined

Source§

impl NatDiv<Undefined> for Term

Source§

impl NatDiv<Undefined> for Undefined

Source§

impl NatDoublePred for Undefined

Source§

impl<X: Nat> NatMul<One<X>> for Undefined

Source§

impl NatMul<Term> for Undefined

Source§

impl<X: Nat> NatMul<Two<X>> for Undefined

Source§

impl<X: Nat> NatMul<Undefined> for One<X>

Source§

impl NatMul<Undefined> for Term

Source§

impl<X: Nat> NatMul<Undefined> for Two<X>

Source§

impl NatMul<Undefined> for Undefined

Source§

impl<X: Nat> NatMul<Undefined> for Zero<X>

Source§

impl<X: Nat> NatMul<Zero<X>> for Undefined

Source§

impl NatPred for Undefined

Source§

impl NatRem<Term> for Undefined

Source§

impl NatRem<Undefined> for Term

Source§

impl NatRem<Undefined> for Undefined

Source§

impl<X: Nat> NatSub<One<X>> for Undefined

Source§

impl NatSub<Term> for Undefined

Source§

impl<X: Nat> NatSub<Two<X>> for Undefined

Source§

impl<X: Nat> NatSub<Undefined> for One<X>

Source§

impl NatSub<Undefined> for Term

Source§

impl<X: Nat> NatSub<Undefined> for Two<X>

Source§

impl NatSub<Undefined> for Undefined

Source§

impl<X: Nat> NatSub<Undefined> for Zero<X>

Source§

impl<X: Nat> NatSub<Zero<X>> for Undefined

Source§

impl NatSucc for Undefined

Source§

impl NatTriple for Undefined

Source§

impl NatTriplePlusOne for Undefined

Source§

impl NatTriplePlusTwo for Undefined

Source§

impl<A: Nat, BC: NatPair> NatUndefOr2<A, BC> for Undefined

Source§

type Output = BC

Source§

impl NatUnique for Undefined

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> All for T
where T: ?Sized,