Struct clacks_mtproto::mtproto::data_json::DataJSON [] [src]

pub struct DataJSON {
    pub data: string,
}

TL-derived from dataJSON

dataJSON#7d748d04 data:string = DataJSON;

Fields

Trait Implementations

impl Debug for DataJSON
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DataJSON
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for DataJSON
[src]

impl BareDeserialize for DataJSON
[src]

impl IntoBoxed for DataJSON
[src]

Auto Trait Implementations

impl Send for DataJSON

impl Sync for DataJSON