Struct clacks_mtproto::mtproto::input_report_reason::Other [] [src]

pub struct Other {
    pub text: string,
}

TL-derived from inputReportReasonOther

inputReportReasonOther#e1746d0a text:string = ReportReason;

Fields

Trait Implementations

impl Debug for Other
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Other
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Other
[src]

impl BareDeserialize for Other
[src]

impl IntoBoxed for Other
[src]

Auto Trait Implementations

impl Send for Other

impl Sync for Other