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 UserProfilePhotos
fn 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 UserProfilePhotos
fn 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 UserProfilePhotos
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for UserProfilePhotos
[src]
impl PartialEq for UserProfilePhotos
fn eq(&self, other: &UserProfilePhotos) -> bool
[src]
fn eq(&self, other: &UserProfilePhotos) -> bool
This 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) -> bool
This method tests for !=
.
impl Clone for UserProfilePhotos
[src]
impl Clone for UserProfilePhotos
fn clone(&self) -> UserProfilePhotos
[src]
fn clone(&self) -> UserProfilePhotos
Returns 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 UserProfilePhotos
impl Sync for UserProfilePhotos
impl Sync for UserProfilePhotos