Struct clacks_mtproto::mtproto::help::terms_of_service::TermsOfService [] [src]

pub struct TermsOfService {
    pub text: string,
}

TL-derived from help.termsOfService

help.termsOfService#f1ee3e90 text:string = help.TermsOfService;

Fields

Trait Implementations

impl Debug for TermsOfService
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for TermsOfService
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for TermsOfService
[src]

impl BareDeserialize for TermsOfService
[src]

impl IntoBoxed for TermsOfService
[src]

Auto Trait Implementations