Struct rust_tdlib::types::GetJsonString
source · [−]pub struct GetJsonString { /* private fields */ }Expand description
Converts a JsonValue object to corresponding JSON-serialized string. Can be called synchronously
Implementations
Trait Implementations
sourceimpl AsRef<GetJsonString> for GetJsonString
impl AsRef<GetJsonString> for GetJsonString
sourcefn as_ref(&self) -> &GetJsonString
fn as_ref(&self) -> &GetJsonString
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for GetJsonString
impl Clone for GetJsonString
sourcefn clone(&self) -> GetJsonString
fn clone(&self) -> GetJsonString
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for GetJsonString
impl Debug for GetJsonString
sourceimpl Default for GetJsonString
impl Default for GetJsonString
sourcefn default() -> GetJsonString
fn default() -> GetJsonString
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetJsonString
impl<'de> Deserialize<'de> for GetJsonString
sourcefn 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
sourceimpl Serialize for GetJsonString
impl Serialize for GetJsonString
Auto Trait Implementations
impl RefUnwindSafe for GetJsonString
impl Send for GetJsonString
impl Sync for GetJsonString
impl Unpin for GetJsonString
impl UnwindSafe for GetJsonString
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more