Struct clacks::mtproto::rpc::contacts::deleteContact [] [src]

pub struct deleteContact {
    pub id: InputUser,
}

Fields

Trait Implementations

impl Debug for deleteContact
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for deleteContact
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for deleteContact
[src]

impl BareSerialize for deleteContact
[src]

[src]

Auto Trait Implementations

impl Send for deleteContact

impl Sync for deleteContact