pub struct AvroSerConfig { /* private fields */ }Trait Implementations§
Source§impl ConfigInto<AvroSer> for AvroSerConfig
impl ConfigInto<AvroSer> for AvroSerConfig
Source§impl<'de> Deserialize<'de> for AvroSerConfig
impl<'de> Deserialize<'de> for AvroSerConfig
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 FromConfig<AvroSerConfig> for AvroSer
impl FromConfig<AvroSerConfig> for AvroSer
fn from_config<'async_trait>(
config: AvroSerConfig,
) -> Pin<Box<dyn Future<Output = Result<Self>> + Send + 'async_trait>>where
Self: 'async_trait,
Source§impl FromPath for AvroSerConfig
impl FromPath for AvroSerConfig
Auto Trait Implementations§
impl Freeze for AvroSerConfig
impl RefUnwindSafe for AvroSerConfig
impl Send for AvroSerConfig
impl Sync for AvroSerConfig
impl Unpin for AvroSerConfig
impl UnwindSafe for AvroSerConfig
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