pub struct JsonSer {}Trait Implementations§
Source§impl ConfigInto<JsonSer> for JsonSerConfig
impl ConfigInto<JsonSer> for JsonSerConfig
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,
Auto Trait Implementations§
impl Freeze for JsonSer
impl RefUnwindSafe for JsonSer
impl Send for JsonSer
impl Sync for JsonSer
impl Unpin for JsonSer
impl UnwindSafe for JsonSer
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