pub struct GetJsonString { /* private fields */ }
Expand description
Converts a JsonValue object to corresponding JSON-serialized string. Can be called synchronously
Implementations§
Trait Implementations§
Source§impl AsRef<GetJsonString> for GetJsonString
impl AsRef<GetJsonString> for GetJsonString
Source§fn as_ref(&self) -> &GetJsonString
fn as_ref(&self) -> &GetJsonString
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for GetJsonString
impl Clone for GetJsonString
Source§fn clone(&self) -> GetJsonString
fn clone(&self) -> GetJsonString
Returns a copy of the value. Read more
1.0.0 · 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 GetJsonString
impl Debug for GetJsonString
Source§impl Default for GetJsonString
impl Default for GetJsonString
Source§fn default() -> GetJsonString
fn default() -> GetJsonString
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetJsonString
impl<'de> Deserialize<'de> for GetJsonString
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetJsonString
impl RefUnwindSafe for GetJsonString
impl Send for GetJsonString
impl Sync for GetJsonString
impl Unpin for GetJsonString
impl UnwindSafe for GetJsonString
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