#[repr(i32)]pub enum EPublishedFileQueryType {
Show 22 variants
RankedByVote = 0,
RankedByPublicationDate = 1,
AcceptedForGameRankedByAcceptanceDate = 2,
RankedByTrend = 3,
FavoritedByFriendsRankedByPublicationDate = 4,
CreatedByFriendsRankedByPublicationDate = 5,
RankedByNumTimesReported = 6,
CreatedByFollowedUsersRankedByPublicationDate = 7,
NotYetRated = 8,
RankedByTotalUniqueSubscriptions = 9,
RankedByTotalVotesAsc = 10,
RankedByVotesUp = 11,
RankedByTextSearch = 12,
RankedByPlaytimeTrend = 13,
RankedByTotalPlaytime = 14,
RankedByAveragePlaytimeTrend = 15,
RankedByLifetimeAveragePlaytime = 16,
RankedByPlaytimeSessionsTrend = 17,
RankedByLifetimePlaytimeSessions = 18,
RankedByInappropriateContentRating = 19,
RankedByBanContentCheck = 20,
RankedByLastUpdatedDate = 21,
}Variants§
RankedByVote = 0
RankedByPublicationDate = 1
AcceptedForGameRankedByAcceptanceDate = 2
RankedByTrend = 3
FavoritedByFriendsRankedByPublicationDate = 4
CreatedByFriendsRankedByPublicationDate = 5
RankedByNumTimesReported = 6
CreatedByFollowedUsersRankedByPublicationDate = 7
NotYetRated = 8
RankedByTotalUniqueSubscriptions = 9
RankedByTotalVotesAsc = 10
RankedByVotesUp = 11
RankedByTextSearch = 12
RankedByPlaytimeTrend = 13
RankedByTotalPlaytime = 14
RankedByAveragePlaytimeTrend = 15
RankedByLifetimeAveragePlaytime = 16
RankedByPlaytimeSessionsTrend = 17
RankedByLifetimePlaytimeSessions = 18
RankedByInappropriateContentRating = 19
RankedByBanContentCheck = 20
RankedByLastUpdatedDate = 21
Implementations§
Trait Implementations§
Source§impl Clone for EPublishedFileQueryType
impl Clone for EPublishedFileQueryType
Source§fn clone(&self) -> EPublishedFileQueryType
fn clone(&self) -> EPublishedFileQueryType
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 EPublishedFileQueryType
impl Debug for EPublishedFileQueryType
Source§impl Hash for EPublishedFileQueryType
impl Hash for EPublishedFileQueryType
Source§impl PartialEq for EPublishedFileQueryType
impl PartialEq for EPublishedFileQueryType
impl Copy for EPublishedFileQueryType
impl Eq for EPublishedFileQueryType
impl StructuralPartialEq for EPublishedFileQueryType
Auto Trait Implementations§
impl Freeze for EPublishedFileQueryType
impl RefUnwindSafe for EPublishedFileQueryType
impl Send for EPublishedFileQueryType
impl Sync for EPublishedFileQueryType
impl Unpin for EPublishedFileQueryType
impl UnsafeUnpin for EPublishedFileQueryType
impl UnwindSafe for EPublishedFileQueryType
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