[]Struct moore_vhdl::score::SubtypeDeclRef

pub struct SubtypeDeclRef(_);

Trait Implementations

impl Into<NodeId> for SubtypeDeclRef

impl From<SubtypeDeclRef> for Def

impl From<SubtypeDeclRef> for TypeMarkRef

impl From<SubtypeDeclRef> for DeclInPkgRef

impl From<SubtypeDeclRef> for DeclInPkgBodyRef

impl From<SubtypeDeclRef> for DeclInSubprogRef

impl From<SubtypeDeclRef> for DeclInBlockRef

impl From<SubtypeDeclRef> for DeclInProcRef

impl Clone for SubtypeDeclRef

impl Copy for SubtypeDeclRef

impl Eq for SubtypeDeclRef

impl Ord for SubtypeDeclRef

impl PartialEq<SubtypeDeclRef> for SubtypeDeclRef

impl PartialOrd<SubtypeDeclRef> for SubtypeDeclRef

impl Debug for SubtypeDeclRef

impl Hash for SubtypeDeclRef

impl Encodable for SubtypeDeclRef

impl Decodable for SubtypeDeclRef

impl<'ast> NodeStorage<SubtypeDeclRef> for AstTable<'ast>

type Node = (ScopeRef, &'ast SubtypeDecl)

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

impl<'ctx> NodeStorage<SubtypeDeclRef> for HirTable<'ctx>

type Node = &'ctx SubtypeDecl

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

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

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

impl NodeRef for SubtypeDeclRef

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for 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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]