[][src]Struct voile_util::meta::MI

pub struct MI(pub usize);

Meta variable indices (they're resolved as global reference).

Methods

impl MI[src]

pub fn succ(self) -> Self[src]

Successor.

pub fn pred(self) -> Self[src]

Predecessor.

pub fn nat(self) -> Option<Self>[src]

Pattern matcher.

Trait Implementations

impl Clone for MI[src]

impl Copy for MI[src]

impl Default for MI[src]

impl Eq for MI[src]

impl Ord for MI[src]

impl PartialEq<MI> for MI[src]

impl PartialOrd<MI> for MI[src]

impl Display for MI[src]

impl Debug for MI[src]

impl Add<usize> for MI[src]

type Output = MI

The resulting type after applying the + operator.

impl Add<u32> for MI[src]

type Output = MI

The resulting type after applying the + operator.

impl Add<i32> for MI[src]

type Output = MI

The resulting type after applying the + operator.

impl Add<MI> for MI[src]

type Output = MI

The resulting type after applying the + operator.

impl AddAssign<usize> for MI[src]

impl AddAssign<MI> for MI[src]

impl Hash for MI[src]

impl StructuralPartialEq for MI[src]

impl StructuralEq for MI[src]

Auto Trait Implementations

impl Send for MI

impl Sync for MI

impl Unpin for MI

impl UnwindSafe for MI

impl RefUnwindSafe for MI

Blanket Implementations

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.

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

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

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

impl<T> RuleType for T where
    T: Copy + Eq + Ord + Hash + Debug
[src]