pub struct JsonRecordSer {}Trait Implementations§
Source§impl FromConfig<JsonRecordSerConfig> for JsonRecordSer
impl FromConfig<JsonRecordSerConfig> for JsonRecordSer
fn from_config<'async_trait>(
_config: JsonRecordSerConfig,
) -> Pin<Box<dyn Future<Output = Result<Self>> + Send + 'async_trait>>where
Self: 'async_trait,
Source§impl<K, R> Map<R, Pair<K, Vec<u8>>, JsonRecordSerConfig> for JsonRecordSer
impl<K, R> Map<R, Pair<K, Vec<u8>>, JsonRecordSerConfig> for JsonRecordSer
Auto Trait Implementations§
impl Freeze for JsonRecordSer
impl RefUnwindSafe for JsonRecordSer
impl Send for JsonRecordSer
impl Sync for JsonRecordSer
impl Unpin for JsonRecordSer
impl UnwindSafe for JsonRecordSer
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