pub struct GetUserProfilePhotosBuilder { /* private fields */ }Expand description
Builder for the GetUserProfilePhotos structure
Implementations§
Trait Implementations§
Source§impl Builder for GetUserProfilePhotosBuilder
impl Builder for GetUserProfilePhotosBuilder
Source§type Value = GetUserProfilePhotos
type Value = GetUserProfilePhotos
Type to be built
Auto Trait Implementations§
impl Freeze for GetUserProfilePhotosBuilder
impl RefUnwindSafe for GetUserProfilePhotosBuilder
impl Send for GetUserProfilePhotosBuilder
impl Sync for GetUserProfilePhotosBuilder
impl Unpin for GetUserProfilePhotosBuilder
impl UnwindSafe for GetUserProfilePhotosBuilder
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