Struct clacks_mtproto::mtproto::channel_admin_log_event_action::ChangeTitle [] [src]

pub struct ChangeTitle {
    pub prev_value: string,
    pub new_value: string,
}

TL-derived from channelAdminLogEventActionChangeTitle

channelAdminLogEventActionChangeTitle#e6dfb825 prev_value:string new_value:string = ChannelAdminLogEventAction;

Fields

Trait Implementations

impl Debug for ChangeTitle
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChangeTitle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChangeTitle
[src]

impl BareDeserialize for ChangeTitle
[src]

impl IntoBoxed for ChangeTitle
[src]

Auto Trait Implementations

impl Send for ChangeTitle

impl Sync for ChangeTitle