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