pub struct AvroEncoderOptions {}Expand description
Options for configuring Avro encoding.
Trait Implementations§
Source§impl Clone for AvroEncoderOptions
impl Clone for AvroEncoderOptions
Source§fn clone(&self) -> AvroEncoderOptions
fn clone(&self) -> AvroEncoderOptions
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 AvroEncoderOptions
impl Debug for AvroEncoderOptions
Source§impl Default for AvroEncoderOptions
impl Default for AvroEncoderOptions
Source§fn default() -> AvroEncoderOptions
fn default() -> AvroEncoderOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AvroEncoderOptions
impl<'de> Deserialize<'de> for AvroEncoderOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl EncoderConfig for AvroEncoderOptions
impl EncoderConfig for AvroEncoderOptions
Source§impl PartialEq for AvroEncoderOptions
impl PartialEq for AvroEncoderOptions
Source§impl Serialize for AvroEncoderOptions
impl Serialize for AvroEncoderOptions
impl StructuralPartialEq for AvroEncoderOptions
Auto Trait Implementations§
impl Freeze for AvroEncoderOptions
impl RefUnwindSafe for AvroEncoderOptions
impl Send for AvroEncoderOptions
impl Sync for AvroEncoderOptions
impl Unpin for AvroEncoderOptions
impl UnsafeUnpin for AvroEncoderOptions
impl UnwindSafe for AvroEncoderOptions
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