Struct gluon_base::ast::Array[][src]

pub struct Array<Id> {
    pub typ: ArcType<Id>,
    pub exprs: Vec<SpannedExpr<Id>>,
}

Fields

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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