[][src]Struct moore_vhdl::score::ArrayTypeIndexRef

pub struct ArrayTypeIndexRef(_);

Trait Implementations

impl Clone for ArrayTypeIndexRef[src]

impl Copy for ArrayTypeIndexRef[src]

impl Debug for ArrayTypeIndexRef[src]

impl Eq for ArrayTypeIndexRef[src]

impl Hash for ArrayTypeIndexRef[src]

impl Into<NodeId> for ArrayTypeIndexRef[src]

impl<'lazy, 'sb, 'ast, 'ctx> NodeMaker<ArrayTypeIndexRef, &'ctx Spanned<ArrayTypeIndex>> for ScoreContext<'lazy, 'sb, 'ast, 'ctx>[src]

impl NodeRef for ArrayTypeIndexRef[src]

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

type Node = (ScopeRef, &'ast Expr)

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

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

type Node = &'ctx Spanned<ArrayTypeIndex>

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

impl Ord for ArrayTypeIndexRef[src]

impl PartialEq<ArrayTypeIndexRef> for ArrayTypeIndexRef[src]

impl PartialOrd<ArrayTypeIndexRef> for ArrayTypeIndexRef[src]

impl StructuralEq for ArrayTypeIndexRef[src]

impl StructuralPartialEq for ArrayTypeIndexRef[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> Pointable for T

type Init = T

The type for initializers.

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.