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