Struct clacks_mtproto::mtproto::photos::photos::Slice [] [src]

pub struct Slice {
    pub count: int,
    pub photos: Vector<Boxed, Photo>,
    pub users: Vector<Boxed, User>,
}

TL-derived from photos.photosSlice

photos.photosSlice#15051f54 count:int photos:Vector<Photo> users:Vector<User> = photos.Photos;

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