[][src]Struct verified::ATerm

pub struct ATerm;

The terminating type for type arrays.

Trait Implementations

impl Add<ATerm> for ATerm[src]

type Output = ATerm

The resulting type after applying the + operator.

impl Clone for ATerm[src]

impl Copy for ATerm[src]

impl Debug for ATerm[src]

impl<Rhs> Div<Rhs> for ATerm[src]

type Output = ATerm

The resulting type after applying the / operator.

impl Eq for ATerm[src]

impl Hash for ATerm[src]

impl Len for ATerm[src]

Length of ATerm by itself is 0

type Output = UTerm

The length as a type-level unsigned integer.

impl<U> Mul<ATerm> for PInt<U> where
    U: Unsigned + NonZero
[src]

type Output = ATerm

The resulting type after applying the * operator.

impl<U> Mul<ATerm> for NInt<U> where
    U: Unsigned + NonZero
[src]

type Output = ATerm

The resulting type after applying the * operator.

impl Mul<ATerm> for Z0[src]

type Output = ATerm

The resulting type after applying the * operator.

impl<Rhs> Mul<Rhs> for ATerm[src]

type Output = ATerm

The resulting type after applying the * operator.

impl Neg for ATerm[src]

type Output = ATerm

The resulting type after applying the - operator.

impl Ord for ATerm[src]

impl<Rhs> PartialDiv<Rhs> for ATerm[src]

type Output = ATerm

The type of the result of the division

impl PartialEq<ATerm> for ATerm[src]

impl PartialOrd<ATerm> for ATerm[src]

impl<Rhs> Rem<Rhs> for ATerm[src]

type Output = ATerm

The resulting type after applying the % operator.

impl StructuralEq for ATerm[src]

impl StructuralPartialEq for ATerm[src]

impl Sub<ATerm> for ATerm[src]

type Output = ATerm

The resulting type after applying the - operator.

impl TypeArray for ATerm[src]

Auto Trait Implementations

impl RefUnwindSafe for ATerm

impl Send for ATerm

impl Sync for ATerm

impl Unpin for ATerm

impl UnwindSafe for ATerm

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<M, N> PartialDiv<N> for M where
    M: Integer + Div<N> + Rem<N, Output = Z0>, 
[src]

type Output = <M as Div<N>>::Output

The type of the result of the division

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

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.