Struct steam_workshop_api::WorkshopSearchItem [−][src]
pub struct WorkshopSearchItem {Show fields
pub result: i8,
pub publishedfileid: String,
pub creator: String,
pub creator_appid: u32,
pub consumer_appid: u32,
pub filename: String,
pub file_size: String,
pub file_url: String,
pub preview_url: String,
pub hcontent_preview: String,
pub title: String,
pub file_description: String,
pub time_created: usize,
pub time_updated: usize,
pub subscriptions: u32,
pub favorited: u32,
pub views: u32,
pub tags: Vec<WorkshopItemTag>,
}Fields
result: i8publishedfileid: Stringcreator: Stringcreator_appid: u32consumer_appid: u32filename: Stringfile_size: Stringfile_url: Stringpreview_url: Stringhcontent_preview: Stringtitle: Stringfile_description: Stringtime_created: usizetime_updated: usizesubscriptions: u32favorited: u32views: u32Implementations
Converts from a WorkshopSearchItem to a WorkshopItem
Converts to a WorkshopSearchItem from a WorkshopItem
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for WorkshopSearchItemimpl Send for WorkshopSearchItemimpl Sync for WorkshopSearchItemimpl Unpin for WorkshopSearchItemimpl UnwindSafe for WorkshopSearchItemBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more