Struct gluon_base::ast::Argument[][src]

pub struct Argument<Id> {
    pub arg_type: ArgType,
    pub name: Id,
}

Fields

Methods

impl<Id> Argument<Id>
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<Id> Send for Argument<Id> where
    Id: Send

impl<Id> Sync for Argument<Id> where
    Id: Sync