[][src]Struct genie_support::UnitTypeID

pub struct UnitTypeID(_);

An ID identifying a unit type.

Trait Implementations

impl Clone for UnitTypeID[src]

impl Copy for UnitTypeID[src]

impl Debug for UnitTypeID[src]

impl Default for UnitTypeID[src]

impl Eq for UnitTypeID[src]

impl From<UnitTypeID> for u16[src]

impl From<UnitTypeID> for i32[src]

impl From<UnitTypeID> for u32[src]

impl From<UnitTypeID> for usize[src]

impl From<u16> for UnitTypeID[src]

impl Hash for UnitTypeID[src]

impl PartialEq<UnitTypeID> for UnitTypeID[src]

impl StructuralEq for UnitTypeID[src]

impl StructuralPartialEq for UnitTypeID[src]

impl TryFrom<UnitTypeID> for i16[src]

type Error = TryFromIntError

The type returned in the event of a conversion error.

impl TryFrom<i16> for UnitTypeID[src]

type Error = TryFromIntError

The type returned in the event of a conversion error.

impl TryFrom<i32> for UnitTypeID[src]

type Error = TryFromIntError

The type returned in the event of a conversion error.

impl TryFrom<u32> for UnitTypeID[src]

type Error = TryFromIntError

The type returned in the event of a conversion error.

Auto Trait Implementations

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<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.