pub struct GetUserProfilePhotos { /* private fields */ }Expand description
Use this method to get a list of profile pictures for a user. Returns a UserProfilePhotos object.
Implementations§
Source§impl GetUserProfilePhotos
impl GetUserProfilePhotos
Sourcepub fn with_offset(self, offset: u32) -> Self
pub fn with_offset(self, offset: u32) -> Self
Set offset
Sourcepub fn with_limit(self, limit: u32) -> Self
pub fn with_limit(self, limit: u32) -> Self
Set limit
Trait Implementations§
Source§impl Clone for GetUserProfilePhotos
impl Clone for GetUserProfilePhotos
Source§fn clone(&self) -> GetUserProfilePhotos
fn clone(&self) -> GetUserProfilePhotos
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Serialize for GetUserProfilePhotos
impl Serialize for GetUserProfilePhotos
impl JsonMethod for GetUserProfilePhotos
Auto Trait Implementations§
impl Freeze for GetUserProfilePhotos
impl RefUnwindSafe for GetUserProfilePhotos
impl Send for GetUserProfilePhotos
impl Sync for GetUserProfilePhotos
impl Unpin for GetUserProfilePhotos
impl UnwindSafe for GetUserProfilePhotos
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more