pub struct AvroArray {
pub items: Box<AvroSchema>,
}Expand description
Avro array type.
Fields§
§items: Box<AvroSchema>Trait Implementations§
impl StructuralPartialEq for AvroArray
Auto Trait Implementations§
impl Freeze for AvroArray
impl RefUnwindSafe for AvroArray
impl Send for AvroArray
impl Sync for AvroArray
impl Unpin for AvroArray
impl UnsafeUnpin for AvroArray
impl UnwindSafe for AvroArray
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