Struct telegram_bot::types::UserProfilePhotos [−][src]
Telegram type "UserProfilePhotos" (directly mapped)
Fields
total_count: Integer
photos: Vec<Vec<PhotoSize>>
Trait Implementations
impl Decodable for UserProfilePhotos[src]
impl Decodable for UserProfilePhotosfn decode<__D: Decoder>(d: &mut __D) -> Result<UserProfilePhotos, __D::Error>[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<UserProfilePhotos, __D::Error>Deserialize a value using a Decoder.
impl Encodable for UserProfilePhotos[src]
impl Encodable for UserProfilePhotosfn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>[src]
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>Serialize a value using an Encoder.
impl Debug for UserProfilePhotos[src]
impl Debug for UserProfilePhotosfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for UserProfilePhotos[src]
impl PartialEq for UserProfilePhotosfn eq(&self, other: &UserProfilePhotos) -> bool[src]
fn eq(&self, other: &UserProfilePhotos) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &UserProfilePhotos) -> bool[src]
fn ne(&self, other: &UserProfilePhotos) -> boolThis method tests for !=.
impl Clone for UserProfilePhotos[src]
impl Clone for UserProfilePhotosfn clone(&self) -> UserProfilePhotos[src]
fn clone(&self) -> UserProfilePhotosReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for UserProfilePhotos
impl Send for UserProfilePhotosimpl Sync for UserProfilePhotos
impl Sync for UserProfilePhotos