Struct gluon_base::ast::ExprField[][src]

pub struct ExprField<Id, E> {
    pub metadata: Metadata,
    pub name: Spanned<Id, BytePos>,
    pub value: Option<E>,
}

Fields

Trait Implementations

impl<Id: Clone, E: Clone> Clone for ExprField<Id, E>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Id: PartialEq, E: PartialEq> PartialEq for ExprField<Id, E>
[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, E: Debug> Debug for ExprField<Id, E>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<Id, E> Send for ExprField<Id, E> where
    E: Send,
    Id: Send

impl<Id, E> Sync for ExprField<Id, E> where
    E: Sync,
    Id: Sync