Struct avro::Property
[−]
[src]
pub struct Property<'a> {
pub name: Cow<'a, str>,
pub value: Value,
}Fields
name: Cow<'a, str>
value: Value
Methods
impl<'a> Property<'a>[src]
Trait Implementations
impl<'a> Debug for Property<'a>[src]
impl<'a> Clone for Property<'a>[src]
fn clone(&self) -> Property<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more