Struct clacks_mtproto::mtproto::privacy_value::DisallowUsers [] [src]

pub struct DisallowUsers {
    pub users: Vector<Bare, int>,
}

TL-derived from privacyValueDisallowUsers

privacyValueDisallowUsers#c7f49b7 users:Vector<int> = PrivacyRule;

Fields

Trait Implementations

impl Debug for DisallowUsers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DisallowUsers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for DisallowUsers
[src]

impl BareDeserialize for DisallowUsers
[src]

impl IntoBoxed for DisallowUsers
[src]

Auto Trait Implementations

impl Send for DisallowUsers

impl Sync for DisallowUsers