[][src]Struct moore_vhdl::score::PkgDeclRef

pub struct PkgDeclRef(_);

Trait Implementations

impl Clone for PkgDeclRef[src]

impl<'lazy, 'sb, 'ast, 'ctx> Codegen<PkgDeclRef, ()> for ScoreContext<'lazy, 'sb, 'ast, 'ctx>[src]

impl Copy for PkgDeclRef[src]

impl Debug for PkgDeclRef[src]

impl Eq for PkgDeclRef[src]

impl From<PkgDeclRef> for Def[src]

impl From<PkgDeclRef> for ScopeRef[src]

impl From<PkgDeclRef> for PkgRef[src]

impl From<PkgDeclRef> for DeclInPkgRef[src]

impl From<PkgDeclRef> for DeclInPkgBodyRef[src]

impl From<PkgDeclRef> for DeclInSubprogRef[src]

impl From<PkgDeclRef> for DeclInBlockRef[src]

impl From<PkgDeclRef> for DeclInProcRef[src]

impl Hash for PkgDeclRef[src]

impl Into<NodeId> for PkgDeclRef[src]

impl<'lazy, 'sb, 'ast, 'ctx> NodeMaker<PkgDeclRef, &'ctx HashMap<ResolvableName, Vec<Spanned<Def>>, RandomState>> for ScoreContext<'lazy, 'sb, 'ast, 'ctx>[src]

impl<'lazy, 'sb, 'ast, 'ctx> NodeMaker<PkgDeclRef, &'ctx Package> for ScoreContext<'lazy, 'sb, 'ast, 'ctx>[src]

impl<'lazy, 'sb, 'ast, 'ctx> NodeMaker<PkgDeclRef, &'ctx Scope> for ScoreContext<'lazy, 'sb, 'ast, 'ctx>[src]

impl NodeRef for PkgDeclRef[src]

impl<'ast> NodeStorage<PkgDeclRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast PkgDecl)

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<PkgDeclRef> for HirTable<'ctx>[src]

type Node = &'ctx Package

The type of the node that is returned when presented with an ID of type I. Read more

impl Ord for PkgDeclRef[src]

impl PartialEq<PkgDeclRef> for PkgDeclRef[src]

impl PartialOrd<PkgDeclRef> for PkgDeclRef[src]

impl StructuralEq for PkgDeclRef[src]

impl StructuralPartialEq for PkgDeclRef[src]

impl<'sbc, 'lazy, 'sb, 'ast, 'ctx> Typeck<PkgDeclRef> 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.