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

pub struct DisallowUsers {
    pub users: Vector<Boxed, InputUser>,
}

TL-derived from inputPrivacyValueDisallowUsers

inputPrivacyValueDisallowUsers#90110467 users:Vector<InputUser> = InputPrivacyRule;

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