pub struct GenerateUserThumbnailParams {
pub api_key: String,
pub user_id: RobloxUserId,
pub size: Option<UserThumbnailSize>,
pub format: Option<UserThumbnailFormat>,
pub shape: Option<UserThumbnailShape>,
}Fields§
§api_key: String§user_id: RobloxUserId§size: Option<UserThumbnailSize>§format: Option<UserThumbnailFormat>§shape: Option<UserThumbnailShape>Auto Trait Implementations§
impl Freeze for GenerateUserThumbnailParams
impl RefUnwindSafe for GenerateUserThumbnailParams
impl Send for GenerateUserThumbnailParams
impl Sync for GenerateUserThumbnailParams
impl Unpin for GenerateUserThumbnailParams
impl UnwindSafe for GenerateUserThumbnailParams
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