[][src]Struct moore_vhdl::score::SubtypeDeclRef

pub struct SubtypeDeclRef(_);

Trait Implementations

impl Clone for SubtypeDeclRef[src]

impl Copy for SubtypeDeclRef[src]

impl Debug for SubtypeDeclRef[src]

impl Eq for SubtypeDeclRef[src]

impl From<SubtypeDeclRef> for Def[src]

impl From<SubtypeDeclRef> for TypeMarkRef[src]

impl From<SubtypeDeclRef> for DeclInPkgRef[src]

impl From<SubtypeDeclRef> for DeclInPkgBodyRef[src]

impl From<SubtypeDeclRef> for DeclInSubprogRef[src]

impl From<SubtypeDeclRef> for DeclInBlockRef[src]

impl From<SubtypeDeclRef> for DeclInProcRef[src]

impl Hash for SubtypeDeclRef[src]

impl Into<NodeId> for SubtypeDeclRef[src]

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[src]

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

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>[src]

type Node = &'ctx SubtypeDecl

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

impl Ord for SubtypeDeclRef[src]

impl PartialEq<SubtypeDeclRef> for SubtypeDeclRef[src]

impl PartialOrd<SubtypeDeclRef> for SubtypeDeclRef[src]

impl StructuralEq for SubtypeDeclRef[src]

impl StructuralPartialEq for SubtypeDeclRef[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.