Struct clacks_mtproto::mtproto::contacts::blocked::Slice [] [src]

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

TL-derived from contacts.blockedSlice

contacts.blockedSlice#900802a1 count:int blocked:Vector<ContactBlocked> users:Vector<User> = contacts.Blocked;

Fields

Trait Implementations

impl Debug for Slice
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Slice
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Slice
[src]

impl BareDeserialize for Slice
[src]

impl IntoBoxed for Slice
[src]

[src]

Auto Trait Implementations

impl Send for Slice

impl Sync for Slice