Struct clacks::mtproto::privacyValueAllowUsers [] [src]

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

Fields

Trait Implementations

impl Debug for privacyValueAllowUsers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for privacyValueAllowUsers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for privacyValueAllowUsers
[src]

[src]

impl BareDeserialize for privacyValueAllowUsers
[src]

[src]

impl IntoBoxed for privacyValueAllowUsers
[src]

Auto Trait Implementations