Struct clacks_mtproto::mtproto::rpc::account::GetPrivacy [] [src]

pub struct GetPrivacy {
    pub key: InputPrivacyKey,
}

TL-derived from account.getPrivacy

account.getPrivacy#dadbc950 key:InputPrivacyKey = account.PrivacyRules;

Fields

Trait Implementations

impl Debug for GetPrivacy
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetPrivacy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetPrivacy
[src]

[src]

[src]

impl Function for GetPrivacy
[src]

impl BareSerialize for GetPrivacy
[src]

Auto Trait Implementations

impl Send for GetPrivacy

impl Sync for GetPrivacy