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

pub struct unblock {
    pub id: InputUser,
}

Fields

Trait Implementations

impl Debug for unblock
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for unblock
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for unblock
[src]

impl BareSerialize for unblock
[src]

[src]

Auto Trait Implementations

impl Send for unblock

impl Sync for unblock