Struct clacks::mtproto::botInfo [] [src]

pub struct botInfo {
    pub user_id: int,
    pub description: string,
    pub commands: Vector<Boxed, BotCommand>,
}

Fields

Trait Implementations

impl Debug for botInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for botInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for botInfo
[src]

[src]

impl BareDeserialize for botInfo
[src]

[src]

impl IntoBoxed for botInfo
[src]

[src]

Auto Trait Implementations

impl Send for botInfo

impl Sync for botInfo