[][src]Struct llhd::ir::UnitId

pub struct UnitId(_);

A unit definition in a module.

Trait Implementations

impl Clone for UnitId[src]

impl Copy for UnitId[src]

impl Debug for UnitId[src]

impl<'de> Deserialize<'de> for UnitId[src]

impl Display for UnitId[src]

impl Eq for UnitId[src]

impl Hash for UnitId[src]

impl Index<UnitId> for Module[src]

type Output = UnitData

The returned type after indexing.

impl IndexMut<UnitId> for Module[src]

impl Ord for UnitId[src]

impl PartialEq<UnitId> for UnitId[src]

impl PartialOrd<UnitId> for UnitId[src]

impl Serialize for UnitId[src]

impl StructuralEq for UnitId[src]

impl StructuralPartialEq for UnitId[src]

impl TableKey for UnitId[src]

Auto Trait Implementations

impl RefUnwindSafe for UnitId

impl Send for UnitId

impl Sync for UnitId

impl Unpin for UnitId

impl UnwindSafe for UnitId

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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> 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.