[]Struct moore_vhdl::score::GroupDeclRef

pub struct GroupDeclRef(_);

Trait Implementations

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

impl Into<NodeId> for GroupDeclRef

impl From<GroupDeclRef> for Def

impl From<GroupDeclRef> for DeclInPkgRef

impl From<GroupDeclRef> for DeclInPkgBodyRef

impl From<GroupDeclRef> for DeclInSubprogRef

impl From<GroupDeclRef> for DeclInBlockRef

impl From<GroupDeclRef> for DeclInProcRef

impl Clone for GroupDeclRef

impl Copy for GroupDeclRef

impl Eq for GroupDeclRef

impl Ord for GroupDeclRef

impl PartialEq<GroupDeclRef> for GroupDeclRef

impl PartialOrd<GroupDeclRef> for GroupDeclRef

impl Debug for GroupDeclRef

impl Hash for GroupDeclRef

impl Encodable for GroupDeclRef

impl Decodable for GroupDeclRef

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

type Node = (ScopeRef, &'ast GroupDecl)

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

impl NodeRef for GroupDeclRef

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]