Struct reflection::Field[][src]

pub struct Field {
    pub id: Id,
    pub ty: Type,
    pub tyname: Name,
    pub expander: Expander,
}

A type definition, or a field definition of some struct.

Fields

Methods

impl Field
[src]

Trait Implementations

impl Clone for Field
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Field
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Field
[src]

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

This method tests for !=.

impl Eq for Field
[src]

Auto Trait Implementations

impl Send for Field

impl Sync for Field