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

pub struct getUsers {
    pub id: Vector<Boxed, InputUser>,
}

Fields

Trait Implementations

impl Debug for getUsers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for getUsers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for getUsers
[src]

impl BareSerialize for getUsers
[src]

[src]

Auto Trait Implementations

impl Send for getUsers

impl Sync for getUsers