Struct gluon_base::ast::Do[][src]

pub struct Do<Id> {
    pub id: SpannedIdent<Id>,
    pub bound: Box<SpannedExpr<Id>>,
    pub body: Box<SpannedExpr<Id>>,
    pub flat_map_id: Option<Box<SpannedExpr<Id>>>,
}

Fields

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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