Struct avro::RecordSchema [] [src]

pub struct RecordSchema<'a> {
    pub name: Cow<'a, str>,
    pub doc: Option<Cow<'a, str>>,
    pub properties: Vec<Property<'a>>,
    pub fields: Vec<Field<'a>>,
    pub field_indexes: HashMap<Cow<'a, str>, usize>,
}

Fields

Methods

impl<'a> RecordSchema<'a>
[src]

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

This method tests for !=.