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

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

TL-derived from channelAdminLogEventActionChangeAbout

channelAdminLogEventActionChangeAbout#55188a2e prev_value:string new_value:string = ChannelAdminLogEventAction;

Fields

Trait Implementations

impl Debug for ChangeAbout
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChangeAbout
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChangeAbout
[src]

impl BareDeserialize for ChangeAbout
[src]

impl IntoBoxed for ChangeAbout
[src]

Auto Trait Implementations

impl Send for ChangeAbout

impl Sync for ChangeAbout