Enum reflection::Member[][src]

pub enum Member {
    Field(Field),
    Variant(Variant),
}

The type of schema tree node.

Variants

Methods

impl Member
[src]

Trait Implementations

impl Clone for Member
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Member
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Member
[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 Member
[src]

impl Display for Member
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Member

impl Sync for Member