pub struct ProfilePhotoIter(/* private fields */);Expand description
Iterator returned by Client::iter_profile_photos.
Implementations§
Source§impl ProfilePhotoIter
impl ProfilePhotoIter
Sourcepub async fn total(&mut self) -> Result<usize, InvocationError>
pub async fn total(&mut self) -> Result<usize, InvocationError>
Determines how many profile photos there are in total.
This only performs a network call if next has not been called before.
Auto Trait Implementations§
impl Freeze for ProfilePhotoIter
impl !RefUnwindSafe for ProfilePhotoIter
impl Send for ProfilePhotoIter
impl Sync for ProfilePhotoIter
impl Unpin for ProfilePhotoIter
impl UnsafeUnpin for ProfilePhotoIter
impl !UnwindSafe for ProfilePhotoIter
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