Struct clacks_mtproto::mtproto::update::Privacy [] [src]

pub struct Privacy {
    pub key: PrivacyKey,
    pub rules: Vector<Boxed, PrivacyRule>,
}

TL-derived from updatePrivacy

updatePrivacy#ee3b272a key:PrivacyKey rules:Vector<PrivacyRule> = Update;

Fields

Trait Implementations

impl Debug for Privacy
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Privacy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Privacy
[src]

impl BareDeserialize for Privacy
[src]

impl IntoBoxed for Privacy
[src]

[src]

Auto Trait Implementations

impl Send for Privacy

impl Sync for Privacy