Struct clacks_mtproto::mtproto::messages::dialogs::Slice [] [src]

pub struct Slice {
    pub count: int,
    pub dialogs: Vector<Boxed, Dialog>,
    pub messages: Vector<Boxed, Message>,
    pub chats: Vector<Boxed, Chat>,
    pub users: Vector<Boxed, User>,
}

TL-derived from messages.dialogsSlice

messages.dialogsSlice#71e094f3 count:int dialogs:Vector<Dialog> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = messages.Dialogs;

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