Struct clacks_mtproto::mtproto::disabled_feature::DisabledFeature [] [src]

pub struct DisabledFeature {
    pub feature: string,
    pub description: string,
}

TL-derived from disabledFeature

disabledFeature#ae636f24 feature:string description:string = DisabledFeature;

Fields

Trait Implementations

impl Debug for DisabledFeature
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DisabledFeature
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for DisabledFeature
[src]

impl BareDeserialize for DisabledFeature
[src]

impl IntoBoxed for DisabledFeature
[src]

Auto Trait Implementations