Struct steam_workshop_api::AuthedWorkshop [−][src]
pub struct AuthedWorkshop { /* fields omitted */ }Implementations
Search for workshop items, returns only fileids
pub fn search_full(
&self,
appid: u64,
query: &str,
count: usize
) -> Result<Vec<WorkshopSearchItem>, Error>[src]
pub fn search_full(
&self,
appid: u64,
query: &str,
count: usize
) -> Result<Vec<WorkshopSearchItem>, Error>[src]Searches for workshop items, returns full metadata
Auto Trait Implementations
impl !RefUnwindSafe for AuthedWorkshopimpl Send for AuthedWorkshopimpl Sync for AuthedWorkshopimpl Unpin for AuthedWorkshopimpl !UnwindSafe for AuthedWorkshop