Struct clacks_mtproto::mtproto::rpc::users::GetFullUser [] [src]

pub struct GetFullUser {
    pub id: InputUser,
}

TL-derived from users.getFullUser

users.getFullUser#ca30a5b1 id:InputUser = UserFull;

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

[src]

[src]

impl Function for GetFullUser
[src]

impl BareSerialize for GetFullUser
[src]

Auto Trait Implementations

impl Send for GetFullUser

impl Sync for GetFullUser