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

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

TL-derived from inputPrivacyValueAllowUsers

inputPrivacyValueAllowUsers#131cc67f users:Vector<InputUser> = InputPrivacyRule;

Fields

Trait Implementations

impl Debug for AllowUsers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AllowUsers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for AllowUsers
[src]

impl BareDeserialize for AllowUsers
[src]

impl IntoBoxed for AllowUsers
[src]

Auto Trait Implementations

impl Send for AllowUsers

impl Sync for AllowUsers