Enum clacks::mtproto::Photo [] [src]

pub enum Photo {
    photoEmpty(photoEmpty),
    photo(photo),
}

Variants

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 BoxedSerialize for Photo
[src]

[src]

impl BoxedDeserialize for Photo
[src]

Auto Trait Implementations

impl Send for Photo

impl Sync for Photo