Struct clacks::mtproto::inputPrivacyValueDisallowUsers [] [src]

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

Fields

Trait Implementations

impl Debug for inputPrivacyValueDisallowUsers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputPrivacyValueDisallowUsers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputPrivacyValueDisallowUsers
[src]

[src]

impl BareDeserialize for inputPrivacyValueDisallowUsers
[src]

[src]

impl IntoBoxed for inputPrivacyValueDisallowUsers
[src]

Auto Trait Implementations