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

pub struct SetPrivacy {
    pub key: InputPrivacyKey,
    pub rules: Vector<Boxed, InputPrivacyRule>,
}

TL-derived from account.setPrivacy

account.setPrivacy#c9f81ce8 key:InputPrivacyKey rules:Vector<InputPrivacyRule> = account.PrivacyRules;

Fields

Trait Implementations

impl Debug for SetPrivacy
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SetPrivacy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SetPrivacy
[src]

[src]

[src]

impl Function for SetPrivacy
[src]

impl BareSerialize for SetPrivacy
[src]

Auto Trait Implementations

impl Send for SetPrivacy

impl Sync for SetPrivacy