Struct clacks::mtproto::messageActionChannelCreate [] [src]

pub struct messageActionChannelCreate {
    pub title: string,
}

Fields

Trait Implementations

impl Debug for messageActionChannelCreate
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for messageActionChannelCreate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for messageActionChannelCreate
[src]

[src]

impl BareDeserialize for messageActionChannelCreate
[src]

[src]

impl IntoBoxed for messageActionChannelCreate
[src]

Auto Trait Implementations