Trait TDJsonValue
Other items inrust_tdlib::types
pub trait TDJsonValue: Debug + RObject { }
Represents a JSON value
impl<'a, JSONVALUE: TDJsonValue> TDJsonValue for &'a JSONVALUE
impl<'a, JSONVALUE: TDJsonValue> TDJsonValue for &'a mut JSONVALUE
impl TDJsonValue for GetApplicationConfig
impl TDJsonValue for GetJsonValue
impl TDJsonValue for JsonValueArray
impl TDJsonValue for JsonValueBoolean
impl TDJsonValue for JsonValueNull
impl TDJsonValue for JsonValueNumber
impl TDJsonValue for JsonValueObject
impl TDJsonValue for JsonValueString