Struct clacks_mtproto::mtproto::help::support::Support [] [src]

pub struct Support {
    pub phone_number: string,
    pub user: User,
}

TL-derived from help.support

help.support#17c6b5f6 phone_number:string user:User = help.Support;

Fields

Trait Implementations

impl Debug for Support
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Support
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Support
[src]

impl BareDeserialize for Support
[src]

impl IntoBoxed for Support
[src]

[src]

Auto Trait Implementations

impl Send for Support

impl Sync for Support