pub struct JsonRecordSerConfig {}Trait Implementations§
Source§impl<'de> Deserialize<'de> for JsonRecordSerConfig
impl<'de> Deserialize<'de> for JsonRecordSerConfig
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<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 FromPath for JsonRecordSerConfig
impl FromPath for JsonRecordSerConfig
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 JsonRecordSerConfig
impl RefUnwindSafe for JsonRecordSerConfig
impl Send for JsonRecordSerConfig
impl Sync for JsonRecordSerConfig
impl Unpin for JsonRecordSerConfig
impl UnwindSafe for JsonRecordSerConfig
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