Struct mm0_util::ThmId[][src]

pub struct ThmId(pub u32);

An index into a ThmVec

Implementations

impl ThmId[src]

#[must_use]
pub fn into_inner(self) -> u32
[src]

Convert this newtyped integer into its underlying integer.

Trait Implementations

impl Clone for ThmId[src]

impl Copy for ThmId[src]

impl Debug for ThmId[src]

impl DeepSizeOf for ThmId[src]

impl Default for ThmId[src]

impl Eq for ThmId[src]

impl Hash for ThmId[src]

impl<T> Index<ThmId> for ThmVec<T>[src]

type Output = T

The returned type after indexing.

impl<T> IndexMut<ThmId> for ThmVec<T>[src]

impl Ord for ThmId[src]

impl PartialEq<ThmId> for ThmId[src]

impl PartialOrd<ThmId> for ThmId[src]

impl StructuralEq for ThmId[src]

impl StructuralPartialEq for ThmId[src]

Auto Trait Implementations

impl RefUnwindSafe for ThmId

impl Send for ThmId

impl Sync for ThmId

impl Unpin for ThmId

impl UnwindSafe for ThmId

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> Erased for T

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

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

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.