Struct clacks::mtproto::photo [] [src]

pub struct photo {
    pub has_stickers: bool,
    pub id: long,
    pub access_hash: long,
    pub date: int,
    pub sizes: Vector<Boxed, PhotoSize>,
}

Fields

Trait Implementations

impl Debug for photo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for photo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for photo
[src]

[src]

impl BareDeserialize for photo
[src]

[src]

impl IntoBoxed for photo
[src]

[src]

Auto Trait Implementations

impl Send for photo

impl Sync for photo