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

pub struct ToggleSignatures {
    pub new_value: Bool,
}

TL-derived from channelAdminLogEventActionToggleSignatures

channelAdminLogEventActionToggleSignatures#26ae0971 new_value:Bool = ChannelAdminLogEventAction;

Fields

Trait Implementations

impl Debug for ToggleSignatures
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ToggleSignatures
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ToggleSignatures
[src]

impl BareDeserialize for ToggleSignatures
[src]

impl IntoBoxed for ToggleSignatures
[src]

Auto Trait Implementations