Struct gluon_base::ast::TypedIdent[][src]

pub struct TypedIdent<Id = Symbol> {
    pub typ: ArcType<Id>,
    pub name: Id,
}

Fields

Methods

impl<Id> TypedIdent<Id>
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter. Read more

impl<Id> AsRef<str> for TypedIdent<Id> where
    Id: AsRef<str>, 
[src]

Performs the conversion.

impl<Id: Clone> Typed for TypedIdent<Id>
[src]

Auto Trait Implementations

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

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