pub enum PublishedFileQueryType {
Show 22 variants
RankedByVote,
RankedByPublicationDate,
AcceptedForGameRankedByAcceptanceDate,
RankedByTrend,
FavoritedByFriendsRankedByPublicationDate,
CreatedByFriendsRankedByPublicationDate,
RankedByNumTimesReported,
CreatedByFollowedUsersRankedByPublicationDate,
NotYetRated,
RankedByTotalUniqueSubscriptions,
RankedByTotalVotesAsc,
RankedByVotesUp,
RankedByTextSearch,
RankedByPlaytimeTrend,
RankedByTotalPlaytime,
RankedByAveragePlaytimeTrend,
RankedByLifetimeAveragePlaytime,
RankedByPlaytimeSessionsTrend,
RankedByLifetimePlaytimeSessions,
RankedByInappropriateContentRating,
RankedByBanContentCheck,
RankedByLastUpdatedDate,
}Variants§
RankedByVote
RankedByPublicationDate
AcceptedForGameRankedByAcceptanceDate
RankedByTrend
FavoritedByFriendsRankedByPublicationDate
CreatedByFriendsRankedByPublicationDate
RankedByNumTimesReported
CreatedByFollowedUsersRankedByPublicationDate
NotYetRated
RankedByTotalUniqueSubscriptions
RankedByTotalVotesAsc
RankedByVotesUp
RankedByTextSearch
RankedByPlaytimeTrend
RankedByTotalPlaytime
RankedByAveragePlaytimeTrend
RankedByLifetimeAveragePlaytime
RankedByPlaytimeSessionsTrend
RankedByLifetimePlaytimeSessions
RankedByInappropriateContentRating
RankedByBanContentCheck
RankedByLastUpdatedDate
Trait Implementations§
source§impl Debug for PublishedFileQueryType
impl Debug for PublishedFileQueryType
Auto Trait Implementations§
impl RefUnwindSafe for PublishedFileQueryType
impl Send for PublishedFileQueryType
impl Sync for PublishedFileQueryType
impl Unpin for PublishedFileQueryType
impl UnwindSafe for PublishedFileQueryType
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