Struct steam_workshop_api::Workshop[][src]

pub struct Workshop { /* fields omitted */ }

Implementations

Creates a new workshop instance, client will be auto created if None

Gets an authorized workshop, allows access to methods that require api keys. Get api keys from https://steamcommunity.com/dev/apikey

Allows you to use AuthedWorkshop methods using a proxy to handle. Public search proxy: https://jackz.me/scripts/workshop.php?mode=search

Gets all *.vpk files in a directory

Fetches the latest WorkshopItem per each addon id

Gets the collection details (all the children of this item). Returns a list of children fileids which can be sent directly to get_published_file_details()

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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

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.