Struct steam_workshop_api::WorkshopItem
source · pub struct WorkshopItem {Show 20 fields
pub result: i8,
pub publishedfileid: String,
pub creator: String,
pub creator_app_id: u32,
pub consumer_app_id: u32,
pub filename: String,
pub file_size: String,
pub file_url: String,
pub preview_url: String,
pub hcontent_file: String,
pub hcontent_preview: String,
pub title: String,
pub description: String,
pub time_created: usize,
pub time_updated: usize,
pub subscriptions: u32,
pub favorited: u32,
pub views: u32,
pub tags: Vec<WorkshopItemTag>,
pub visibility: u8,
}Fields§
§result: i8§publishedfileid: String§creator: String§creator_app_id: u32§consumer_app_id: u32§filename: String§file_size: String§file_url: String§preview_url: String§hcontent_file: String§hcontent_preview: String§title: String§description: String§time_created: usize§time_updated: usize§subscriptions: u32§favorited: u32§views: u32§visibility: u8Trait Implementations§
source§impl Clone for WorkshopItem
impl Clone for WorkshopItem
source§fn clone(&self) -> WorkshopItem
fn clone(&self) -> WorkshopItem
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'de> Deserialize<'de> for WorkshopItem
impl<'de> Deserialize<'de> for WorkshopItem
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for WorkshopItem
impl Display for WorkshopItem
source§impl PartialEq for WorkshopItem
impl PartialEq for WorkshopItem
source§fn eq(&self, other: &WorkshopItem) -> bool
fn eq(&self, other: &WorkshopItem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for WorkshopItem
impl Serialize for WorkshopItem
impl StructuralPartialEq for WorkshopItem
Auto Trait Implementations§
impl Freeze for WorkshopItem
impl RefUnwindSafe for WorkshopItem
impl Send for WorkshopItem
impl Sync for WorkshopItem
impl Unpin for WorkshopItem
impl UnwindSafe for WorkshopItem
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)