Struct clacks::mtproto::contacts::blockedSlice [] [src]

pub struct blockedSlice {
    pub count: int,
    pub blocked: Vector<Boxed, ContactBlocked>,
    pub users: Vector<Boxed, User>,
}

Fields

Trait Implementations

impl Debug for blockedSlice
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for blockedSlice
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for blockedSlice
[src]

[src]

impl BareDeserialize for blockedSlice
[src]

[src]

impl IntoBoxed for blockedSlice
[src]

[src]

Auto Trait Implementations

impl Send for blockedSlice

impl Sync for blockedSlice