Struct gluon_base::types::Field [] [src]

pub struct Field<Id, T = ASTType<Id>> {
    pub name: Id,
    pub typ: T,
}

Fields

name: Id typ: T

Trait Implementations

impl<Id: Debug, T: Debug> Debug for Field<Id, T>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl<Id: PartialEq, T: PartialEq> PartialEq for Field<Id, T>
[src]

fn eq(&self, __arg_0: &Field<Id, T>) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &Field<Id, T>) -> bool

This method tests for !=.

impl<Id: Eq, T: Eq> Eq for Field<Id, T>
[src]

impl<Id: Hash, T: Hash> Hash for Field<Id, T>
[src]

fn hash<__HIdT: Hasher>(&self, __arg_0: &mut __HIdT)

Feeds this value into the state given, updating the hasher as necessary.

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0

Feeds a slice of this type into the state provided.

impl<Id: Clone, T: Clone> Clone for Field<Id, T>
[src]

fn clone(&self) -> Field<Id, T>

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more