pub(crate) struct AvroSchemaOptions {
pub(crate) null_order: Option<Nullability>,
pub(crate) strip_metadata: bool,
}
Fields§
§null_order: Option<Nullability>
§strip_metadata: bool
Trait Implementations§
Source§impl Clone for AvroSchemaOptions
impl Clone for AvroSchemaOptions
Source§fn clone(&self) -> AvroSchemaOptions
fn clone(&self) -> AvroSchemaOptions
Returns a duplicate 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 AvroSchemaOptions
impl Debug for AvroSchemaOptions
Source§impl Default for AvroSchemaOptions
impl Default for AvroSchemaOptions
Source§fn default() -> AvroSchemaOptions
fn default() -> AvroSchemaOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for AvroSchemaOptions
impl PartialEq for AvroSchemaOptions
impl Copy for AvroSchemaOptions
impl StructuralPartialEq for AvroSchemaOptions
Auto Trait Implementations§
impl Freeze for AvroSchemaOptions
impl RefUnwindSafe for AvroSchemaOptions
impl Send for AvroSchemaOptions
impl Sync for AvroSchemaOptions
impl Unpin for AvroSchemaOptions
impl UnwindSafe for AvroSchemaOptions
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