pub struct AvroSer { /* private fields */ }Trait Implementations§
Source§impl ConfigInto<AvroSer> for AvroSerConfig
impl ConfigInto<AvroSer> for AvroSerConfig
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,
Auto Trait Implementations§
impl Freeze for AvroSer
impl RefUnwindSafe for AvroSer
impl Send for AvroSer
impl Sync for AvroSer
impl Unpin for AvroSer
impl UnwindSafe for AvroSer
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