Struct clacks_mtproto::mtproto::rpc::phone::SaveCallDebug [] [src]

pub struct SaveCallDebug {
    pub peer: InputPhoneCall,
    pub debug: DataJSON,
}

TL-derived from phone.saveCallDebug

phone.saveCallDebug#277add7e peer:InputPhoneCall debug:DataJSON = Bool;

Fields

Trait Implementations

impl Debug for SaveCallDebug
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SaveCallDebug
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SaveCallDebug
[src]

[src]

[src]

impl Function for SaveCallDebug
[src]

impl BareSerialize for SaveCallDebug
[src]

Auto Trait Implementations

impl Send for SaveCallDebug

impl Sync for SaveCallDebug