Struct clacks_mtproto::mtproto::rpc::contacts::Unblock [] [src]

pub struct Unblock {
    pub id: InputUser,
}

TL-derived from contacts.unblock

contacts.unblock#e54100bd id:InputUser = Bool;

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 BoxedSerialize for Unblock
[src]

[src]

[src]

impl Function for Unblock
[src]

impl BareSerialize for Unblock
[src]

Auto Trait Implementations

impl Send for Unblock

impl Sync for Unblock