Struct airmash_protocol_v5::FieldSpec[][src]

pub struct FieldSpec {
    pub field: FieldName,
    pub ty: Option<&'static str>,
}

Fields

Trait Implementations

impl Copy for FieldSpec
[src]

impl Clone for FieldSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FieldSpec
[src]

Formats the value using the given formatter. Read more

impl ChainError<FieldSpec> for SerializeError
[src]

impl ChainError<FieldSpec> for DeserializeError
[src]

Auto Trait Implementations

impl Send for FieldSpec

impl Sync for FieldSpec