Struct steamworks::QueryResults[][src]

pub struct QueryResults<'a> { /* fields omitted */ }
Expand description

Query results

Implementations

Were these results retreived from a cache?

Gets the total number of results in this query, not just the current page

Gets the number of results in this page.

Gets the preview URL of the published file at the specified index.

Gets a UGC statistic about the published file at the specified index.

Gets a result.

Returns None if index was out of bounds.

Returns an iterator that runs over all the fetched results

Returns the given index’s children as a list of PublishedFileId.

You must call include_children(true) before fetching the query for this to work.

Returns None if the index was out of bounds.

Returns the number of key value tags associated with the item at the specified index.

Gets the key value pair of a specified key value tag associated with the item at the specified index.

Gets the developer-set metadata associated with the item at the specified index.

This is returned as a vector of raw bytes.

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.