[][src]Struct moore_vhdl::score::LatentTypeMarkRef

pub struct LatentTypeMarkRef(_);

Trait Implementations

impl Clone for LatentTypeMarkRef[src]

impl Copy for LatentTypeMarkRef[src]

impl Debug for LatentTypeMarkRef[src]

impl Eq for LatentTypeMarkRef[src]

impl Hash for LatentTypeMarkRef[src]

impl Into<NodeId> for LatentTypeMarkRef[src]

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

impl<'lazy, 'sb, 'ast, 'ctx> NodeMaker<LatentTypeMarkRef, Spanned<TypeMarkRef>> for ScoreContext<'lazy, 'sb, 'ast, 'ctx>[src]

impl NodeRef for LatentTypeMarkRef[src]

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

type Node = (ScopeRef, LatentName<'ast>)

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

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

type Node = Spanned<TypeMarkRef>

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

impl Ord for LatentTypeMarkRef[src]

impl PartialEq<LatentTypeMarkRef> for LatentTypeMarkRef[src]

impl PartialOrd<LatentTypeMarkRef> for LatentTypeMarkRef[src]

impl StructuralEq for LatentTypeMarkRef[src]

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