Struct apache_avro::schema_equality::StructFieldEq
source · pub struct StructFieldEq {
pub include_attributes: bool,
}
Expand description
Compares two schemas for equality field by field, using only the fields that are used to construct their canonical forms. See https://avro.apache.org/docs/1.11.1/specification/#parsing-canonical-form-for-schemas
Fields§
§include_attributes: bool
Whether to include custom attributes in the comparison. The custom attributes are not used to construct the canonical form of the schema!
Trait Implementations§
source§impl Debug for StructFieldEq
impl Debug for StructFieldEq
source§impl SchemataEq for StructFieldEq
impl SchemataEq for StructFieldEq
Auto Trait Implementations§
impl Freeze for StructFieldEq
impl RefUnwindSafe for StructFieldEq
impl Send for StructFieldEq
impl Sync for StructFieldEq
impl Unpin for StructFieldEq
impl UnwindSafe for StructFieldEq
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