[][src]Struct telegram_bot::types::requests::GetUserProfilePhotos

#[must_use = "requests do nothing unless sent"]pub struct GetUserProfilePhotos { /* fields omitted */ }

Use this method to get a list of profile pictures for a user.

Implementations

impl GetUserProfilePhotos[src]

pub fn new<U>(user: U) -> GetUserProfilePhotos where
    U: ToUserId
[src]

pub fn offset(&mut self, offset: i64) -> &mut GetUserProfilePhotos[src]

pub fn limit(&mut self, limit: i64) -> &mut GetUserProfilePhotos[src]

Trait Implementations

impl Clone for GetUserProfilePhotos[src]

impl Debug for GetUserProfilePhotos[src]

impl PartialEq<GetUserProfilePhotos> for GetUserProfilePhotos[src]

impl PartialOrd<GetUserProfilePhotos> for GetUserProfilePhotos[src]

impl Request for GetUserProfilePhotos[src]

impl Serialize for GetUserProfilePhotos[src]

impl StructuralPartialEq for GetUserProfilePhotos[src]

Auto Trait Implementations

impl RefUnwindSafe for GetUserProfilePhotos[src]

impl Send for GetUserProfilePhotos[src]

impl Sync for GetUserProfilePhotos[src]

impl Unpin for GetUserProfilePhotos[src]

impl UnwindSafe for GetUserProfilePhotos[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]