Struct avro::EnumSchema [] [src]

pub struct EnumSchema<'a> {
    pub name: Cow<'a, str>,
    pub doc: Option<Cow<'a, str>>,
    pub properties: Vec<Property<'a>>,
    pub symbols: Vec<EnumSymbol<'a>>,
}

Fields

Trait Implementations

impl<'a> Debug for EnumSchema<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for EnumSchema<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PartialEq for EnumSchema<'a>
[src]

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

This method tests for !=.