Struct avro::Property [] [src]

pub struct Property<'a> {
    pub name: Cow<'a, str>,
    pub value: Value,
}

Fields

Methods

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

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

This method tests for !=.