pub struct JsonParseTransformer;Expand description
Transformer that parses JSON strings
Implementations§
Trait Implementations§
Source§impl Clone for JsonParseTransformer
impl Clone for JsonParseTransformer
Source§fn clone(&self) -> JsonParseTransformer
fn clone(&self) -> JsonParseTransformer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JsonParseTransformer
impl Debug for JsonParseTransformer
Source§impl Default for JsonParseTransformer
impl Default for JsonParseTransformer
Source§fn default() -> JsonParseTransformer
fn default() -> JsonParseTransformer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for JsonParseTransformer
impl RefUnwindSafe for JsonParseTransformer
impl Send for JsonParseTransformer
impl Sync for JsonParseTransformer
impl Unpin for JsonParseTransformer
impl UnsafeUnpin for JsonParseTransformer
impl UnwindSafe for JsonParseTransformer
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