[][src]Struct moore_vhdl::score::EnumRef

pub struct EnumRef(pub TypeDeclRef, pub usize);

A reference to an enumeration literal, expressed as the type declaration which defines the enumeration and the index of the literal.

Trait Implementations

impl Clone for EnumRef[src]

impl Copy for EnumRef[src]

impl Debug for EnumRef[src]

impl Eq for EnumRef[src]

impl From<EnumRef> for Def[src]

impl Hash for EnumRef[src]

impl Into<NodeId> for EnumRef[src]

impl Ord for EnumRef[src]

impl PartialEq<EnumRef> for EnumRef[src]

impl PartialOrd<EnumRef> for EnumRef[src]

impl StructuralEq for EnumRef[src]

impl StructuralPartialEq for EnumRef[src]

Auto Trait Implementations

impl RefUnwindSafe for EnumRef

impl Send for EnumRef

impl Sync for EnumRef

impl Unpin for EnumRef

impl UnwindSafe for EnumRef

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.