Struct codee::string::JsonSerdeWasmCodec
source · pub struct JsonSerdeWasmCodec;
Expand description
A codec for encoding with serde_json
and decoding using [serde-wasm-bindgen
].
Only available with the json_serde_wasm
feature enabled.
Trait Implementations§
source§impl<T> Decoder<T> for JsonSerdeWasmCodecwhere
for<'de> T: Deserialize<'de>,
impl<T> Decoder<T> for JsonSerdeWasmCodecwhere
for<'de> T: Deserialize<'de>,
Auto Trait Implementations§
impl Freeze for JsonSerdeWasmCodec
impl RefUnwindSafe for JsonSerdeWasmCodec
impl Send for JsonSerdeWasmCodec
impl Sync for JsonSerdeWasmCodec
impl Unpin for JsonSerdeWasmCodec
impl UnwindSafe for JsonSerdeWasmCodec
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
source§impl<T, D> HybridDecoder<T, str> for D
impl<T, D> HybridDecoder<T, str> for D
type Error = <D as Decoder<T>>::Error
fn is_binary_decoder() -> bool
fn decode_str( val: &str, ) -> Result<T, HybridCoderError<<D as HybridDecoder<T, str>>::Error>>
fn decode_bin(_val: &[u8]) -> Result<T, HybridCoderError<Self::Error>>
source§impl<T, E> HybridEncoder<T, String> for E
impl<T, E> HybridEncoder<T, String> for E
type Error = <E as Encoder<T>>::Error
fn is_binary_encoder() -> bool
fn encode_str( val: &T, ) -> Result<String, HybridCoderError<<E as HybridEncoder<T, String>>::Error>>
fn encode_bin(_val: &T) -> Result<Vec<u8>, HybridCoderError<Self::Error>>
source§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
source§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Gets the layout of the type.