[][src]Struct rtdlib::types::GetUserProfilePhotos

pub struct GetUserProfilePhotos { /* fields omitted */ }

Returns the profile photos of a user. The result of this query may be outdated: some photos might have been deleted already

Implementations

impl GetUserProfilePhotos[src]

pub fn from_json<S: AsRef<str>>(json: S) -> RTDResult<Self>[src]

pub fn builder() -> RTDGetUserProfilePhotosBuilder[src]

pub fn user_id(&self) -> i64[src]

pub fn offset(&self) -> i64[src]

pub fn limit(&self) -> i64[src]

Trait Implementations

impl AsRef<GetUserProfilePhotos> for GetUserProfilePhotos[src]

impl Clone for GetUserProfilePhotos[src]

impl Debug for GetUserProfilePhotos[src]

impl Default for GetUserProfilePhotos[src]

impl<'de> Deserialize<'de> for GetUserProfilePhotos[src]

impl RFunction for GetUserProfilePhotos[src]

impl RObject for GetUserProfilePhotos[src]

impl Serialize for GetUserProfilePhotos[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> 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.