Struct avro::EnumSymbol [] [src]

pub struct EnumSymbol<'a> {
    pub name: Cow<'a, str>,
    pub doc: Option<Cow<'a, str>>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

This method tests for !=.