Struct clacks::mtproto::rpc::users::getFullUser [] [src]

pub struct getFullUser {
    pub id: InputUser,
}

Fields

Trait Implementations

impl Debug for getFullUser
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for getFullUser
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for getFullUser
[src]

impl BareSerialize for getFullUser
[src]

[src]

Auto Trait Implementations

impl Send for getFullUser

impl Sync for getFullUser