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