Struct tdlib::types::JsonValueString
source · pub struct JsonValueString {
pub value: String,
}
Expand description
Represents a string JSON value
Fields§
§value: String
The value
Trait Implementations§
source§impl Clone for JsonValueString
impl Clone for JsonValueString
source§fn clone(&self) -> JsonValueString
fn clone(&self) -> JsonValueString
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 JsonValueString
impl Debug for JsonValueString
source§impl Default for JsonValueString
impl Default for JsonValueString
source§fn default() -> JsonValueString
fn default() -> JsonValueString
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for JsonValueString
impl<'de> Deserialize<'de> for JsonValueString
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