Struct mm0_util::SortId[][src]

pub struct SortId(pub u8);

An index into a SortVec

Implementations

impl SortId[src]

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

Convert this newtyped integer into its underlying integer.

Trait Implementations

impl Clone for SortId[src]

impl Copy for SortId[src]

impl Debug for SortId[src]

impl DeepSizeOf for SortId[src]

impl Default for SortId[src]

impl Eq for SortId[src]

impl Hash for SortId[src]

impl<T> Index<SortId> for SortVec<T>[src]

type Output = T

The returned type after indexing.

impl<T> IndexMut<SortId> for SortVec<T>[src]

impl Ord for SortId[src]

impl PartialEq<SortId> for SortId[src]

impl PartialOrd<SortId> for SortId[src]

impl StructuralEq for SortId[src]

impl StructuralPartialEq for SortId[src]

Auto Trait Implementations

impl RefUnwindSafe for SortId

impl Send for SortId

impl Sync for SortId

impl Unpin for SortId

impl UnwindSafe for SortId

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.