pub enum ThumbnailRequestType {
Show 19 variants
Avatar = 1,
AvatarHeadShot = 2,
GameIcon = 3,
BadgeIcon = 4,
GameThumbnail = 5,
GamePass = 6,
Asset = 7,
BundleThumbnail = 8,
Outfit = 9,
GroupIcon = 10,
DeveloperProduct = 11,
AutoGeneratedAsset = 12,
AvatarBust = 13,
PlaceIcon = 14,
AutoGeneratedGameIcon = 15,
ForceAutoGeneratedGameIcon = 16,
Look = 17,
CreatorContextAsset = 18,
Screenshot = 19,
}Variants§
Avatar = 1
AvatarHeadShot = 2
GameIcon = 3
BadgeIcon = 4
GameThumbnail = 5
GamePass = 6
Asset = 7
BundleThumbnail = 8
Outfit = 9
GroupIcon = 10
DeveloperProduct = 11
AutoGeneratedAsset = 12
AvatarBust = 13
PlaceIcon = 14
AutoGeneratedGameIcon = 15
ForceAutoGeneratedGameIcon = 16
Look = 17
CreatorContextAsset = 18
Screenshot = 19
Trait Implementations§
Source§impl Clone for ThumbnailRequestType
impl Clone for ThumbnailRequestType
Source§fn clone(&self) -> ThumbnailRequestType
fn clone(&self) -> ThumbnailRequestType
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 Debug for ThumbnailRequestType
impl Debug for ThumbnailRequestType
Source§impl<'de> Deserialize<'de> for ThumbnailRequestType
impl<'de> Deserialize<'de> for ThumbnailRequestType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ThumbnailRequestType
impl Display for ThumbnailRequestType
Source§impl FromStr for ThumbnailRequestType
impl FromStr for ThumbnailRequestType
Source§impl PartialEq for ThumbnailRequestType
impl PartialEq for ThumbnailRequestType
Source§impl Serialize for ThumbnailRequestType
impl Serialize for ThumbnailRequestType
Source§impl TryFrom<&str> for ThumbnailRequestType
impl TryFrom<&str> for ThumbnailRequestType
impl Eq for ThumbnailRequestType
impl StructuralPartialEq for ThumbnailRequestType
Auto Trait Implementations§
impl Freeze for ThumbnailRequestType
impl RefUnwindSafe for ThumbnailRequestType
impl Send for ThumbnailRequestType
impl Sync for ThumbnailRequestType
impl Unpin for ThumbnailRequestType
impl UnwindSafe for ThumbnailRequestType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.