[][src]Enum moore_vhdl::score::GenericRef

pub enum GenericRef {
    Type(IntfTypeRef),
    Subprog(IntfSubprogRef),
    Pkg(IntfPkgRef),
    Const(IntfConstRef),
}

Variants

Trait Implementations

impl Clone for GenericRef[src]

impl Copy for GenericRef[src]

impl Debug for GenericRef[src]

impl Eq for GenericRef[src]

impl From<IntfConstRef> for GenericRef[src]

impl From<IntfPkgRef> for GenericRef[src]

impl From<IntfSubprogRef> for GenericRef[src]

impl From<IntfTypeRef> for GenericRef[src]

impl Hash for GenericRef[src]

impl Into<NodeId> for GenericRef[src]

impl Ord for GenericRef[src]

impl PartialEq<GenericRef> for GenericRef[src]

impl PartialOrd<GenericRef> for GenericRef[src]

impl StructuralEq for GenericRef[src]

impl StructuralPartialEq for GenericRef[src]

impl<'sbc, 'lazy, 'sb, 'ast, 'ctx> Typeck<GenericRef> for TypeckContext<'sbc, 'lazy, 'sb, 'ast, 'ctx>[src]

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.