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