Struct gluon_base::ast::AstType[][src]

pub struct AstType<Id> { /* fields omitted */ }

Methods

impl<Id> AstType<Id>
[src]

Important traits for &'a [u8]

Methods from Deref<Target = Type<Id, AstType<Id>>>

Important traits for &'a [u8]

Returns the name of self Example: Option a => Option Int => Int

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Id: Eq> Eq for AstType<Id>
[src]

impl<Id: PartialEq> PartialEq for AstType<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 AstType<Id>
[src]

Formats the value using the given formatter. Read more

impl<Id> Deref for AstType<Id>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl<Id> DerefMut for AstType<Id>
[src]

Mutably dereferences the value.

impl<Id: AsRef<str>> Display for AstType<Id>
[src]

Formats the value using the given formatter. Read more

impl<Id> From<Spanned<Type<Id, AstType<Id>>, BytePos>> for AstType<Id>
[src]

Performs the conversion.

impl<Id> From<Type<Id, AstType<Id>>> for AstType<Id>
[src]

Performs the conversion.

impl<Id> HasSpan for AstType<Id>
[src]

impl<Id> Commented for AstType<Id>
[src]

Auto Trait Implementations

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

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