Struct clacks::mtproto::updateUserPhoto [] [src]

pub struct updateUserPhoto {
    pub user_id: int,
    pub date: int,
    pub photo: UserProfilePhoto,
    pub previous: Bool,
}

Fields

Trait Implementations

impl Debug for updateUserPhoto
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateUserPhoto
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateUserPhoto
[src]

[src]

impl BareDeserialize for updateUserPhoto
[src]

[src]

impl IntoBoxed for updateUserPhoto
[src]

[src]

Auto Trait Implementations