Struct apache_avro::schema::ArraySchema
source · pub struct ArraySchema {
pub items: Box<Schema>,
pub attributes: BTreeMap<String, Value>,
}
Fields§
§items: Box<Schema>
§attributes: BTreeMap<String, Value>
Trait Implementations§
source§impl Clone for ArraySchema
impl Clone for ArraySchema
source§fn clone(&self) -> ArraySchema
fn clone(&self) -> ArraySchema
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ArraySchema
impl Debug for ArraySchema
source§impl PartialEq for ArraySchema
impl PartialEq for ArraySchema
impl StructuralPartialEq for ArraySchema
Auto Trait Implementations§
impl Freeze for ArraySchema
impl RefUnwindSafe for ArraySchema
impl Send for ArraySchema
impl Sync for ArraySchema
impl Unpin for ArraySchema
impl UnwindSafe for ArraySchema
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)