Struct clacks::mtproto::rpc::messages::editChatTitle [] [src]

pub struct editChatTitle {
    pub chat_id: int,
    pub title: string,
}

Fields

Trait Implementations

impl Debug for editChatTitle
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for editChatTitle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for editChatTitle
[src]

impl BareSerialize for editChatTitle
[src]

[src]

Auto Trait Implementations

impl Send for editChatTitle

impl Sync for editChatTitle