Struct avro::FixedSchema [] [src]

pub struct FixedSchema<'a> {
    pub name: Cow<'a, str>,
    pub doc: Option<Cow<'a, str>>,
    pub properties: Vec<Property<'a>>,
    pub size: usize,
}

Fields

Methods

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

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

This method tests for !=.