pub struct AvroField {
name: String,
data_type: AvroDataType,
}
Expand description
A named AvroDataType
Fields§
§name: String
§data_type: AvroDataType
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AvroField
impl RefUnwindSafe for AvroField
impl Send for AvroField
impl Sync for AvroField
impl Unpin for AvroField
impl UnwindSafe for AvroField
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more