Enum airmash_protocol_v5::FieldName[][src]

pub enum FieldName {
    Name(&'static str),
    Index(usize),
}

Variants

Trait Implementations

impl Copy for FieldName
[src]

impl Clone for FieldName
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FieldName
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FieldName

impl Sync for FieldName