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

pub struct Photos {
    pub photos: Vector<Boxed, Photo>,
    pub users: Vector<Boxed, User>,
}

TL-derived from photos.photos

photos.photos#8dca6aa5 photos:Vector<Photo> users:Vector<User> = photos.Photos;

Fields

Trait Implementations

impl Debug for Photos
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Photos
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Photos
[src]

impl BareDeserialize for Photos
[src]

impl IntoBoxed for Photos
[src]

[src]

Auto Trait Implementations

impl Send for Photos

impl Sync for Photos