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

pub struct Block {
    pub id: InputUser,
}

TL-derived from contacts.block

contacts.block#332b49fc id:InputUser = Bool;

Fields

Trait Implementations

impl Debug for Block
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Block
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for Block
[src]

[src]

[src]

impl Function for Block
[src]

impl BareSerialize for Block
[src]

Auto Trait Implementations

impl Send for Block

impl Sync for Block