Enum steamworks::UGCStatisticType[][src]

pub enum UGCStatisticType {
Show 13 variants Subscriptions, Favorites, Followers, UniqueSubscriptions, UniqueFavorites, UniqueFollowers, UniqueWebsiteViews, Reports, SecondsPlayed, PlaytimeSessions, Comments, SecondsPlayedDuringTimePeriod, PlaytimeSessionsDuringTimePeriod,
}
Expand description

Available published item statistic types.

Variants

Subscriptions

The number of subscriptions.

Favorites

The number of favorites.

Followers

The number of followers.

UniqueSubscriptions

The number of unique subscriptions.

UniqueFavorites

The number of unique favorites.

UniqueFollowers

The number of unique followers.

UniqueWebsiteViews

The number of unique views the item has on its Steam Workshop page.

Reports

The number of times the item has been reported.

SecondsPlayed

The total number of seconds this item has been used across all players.

PlaytimeSessions

The total number of play sessions this item has been used in.

Comments

The number of comments on the items steam has on its Steam Workshop page.

SecondsPlayedDuringTimePeriod

The number of seconds this item has been used over the given time period.

PlaytimeSessionsDuringTimePeriod

The number of sessions this item has been used in over the given time period.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.