Struct steamworks::ItemListDetailsQuery[][src]

pub struct ItemListDetailsQuery<Manager> { /* fields omitted */ }
Expand description

Query object from query_items, to allow for more filtering.

Implementations

Sets how to match tags added by require_tag. If true, then any tag may match. If false, all required tags must match.

Sets the language to return the title and description in for the items on a pending UGC Query.

Defaults to “english”

Sets whether results will be returned from the cache for the specific period of time on a pending UGC Query.

Age is in seconds.

Include the full description in results

Include children in results

Include metadata in results

Include additional previews in results

Include key value tags in results

Runs the query

Runs the query, only fetching the total number of results.

Trait Implementations

Executes the destructor for this type. Read more

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 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.