Struct apalis_core::codec::json::JsonCodec
source · pub struct JsonCodec<Output> { /* private fields */ }Expand description
Json encoding and decoding
Trait Implementations§
Auto Trait Implementations§
impl<Output> Freeze for JsonCodec<Output>
impl<Output> RefUnwindSafe for JsonCodec<Output>where
Output: RefUnwindSafe,
impl<Output> Send for JsonCodec<Output>where
Output: Send,
impl<Output> Sync for JsonCodec<Output>where
Output: Sync,
impl<Output> Unpin for JsonCodec<Output>where
Output: Unpin,
impl<Output> UnwindSafe for JsonCodec<Output>where
Output: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)