pub struct AvroField {
pub name: String,
pub schema: AvroSchema,
pub default: Option<Value>,
}Expand description
Record field.
Fields§
§name: String§schema: AvroSchema§default: Option<Value>Trait Implementations§
impl StructuralPartialEq for AvroField
Auto Trait Implementations§
impl Freeze for AvroField
impl RefUnwindSafe for AvroField
impl Send for AvroField
impl Sync for AvroField
impl Unpin for AvroField
impl UnsafeUnpin 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