Struct gluon_base::ast::TypeBinding[][src]

pub struct TypeBinding<Id> {
    pub metadata: Metadata,
    pub name: Spanned<Id, BytePos>,
    pub alias: SpannedAlias<Id>,
    pub finalized_alias: Option<Alias<Id, ArcType<Id>>>,
}

Fields

Methods

impl<Id> TypeBinding<Id>
[src]

Trait Implementations

impl<Id: Clone> Clone for TypeBinding<Id>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Id: PartialEq> PartialEq for TypeBinding<Id>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<Id: Debug> Debug for TypeBinding<Id>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<Id> Send for TypeBinding<Id> where
    Id: Send + Sync

impl<Id> Sync for TypeBinding<Id> where
    Id: Send + Sync