pub struct BrowseModInfo {Show 18 fields
pub name: String,
pub id: i32,
pub game: String,
pub game_id: i32,
pub short_description: String,
pub downloads: i32,
pub followers: i32,
pub author: String,
pub default_version_id: i32,
pub shared_authors: Vec<Value>,
pub background: String,
pub bg_offset_y: String,
pub license: String,
pub website: String,
pub donations: String,
pub source_code: String,
pub url: String,
pub versions: Vec<ModVersion>,
}Fields§
§name: String§id: i32§game: String§game_id: i32§short_description: String§downloads: i32§followers: i32§default_version_id: i32§background: String§bg_offset_y: String§license: String§website: String§donations: String§source_code: String§url: String§versions: Vec<ModVersion>Trait Implementations§
Source§impl Debug for BrowseModInfo
impl Debug for BrowseModInfo
Source§impl<'de> Deserialize<'de> for BrowseModInfo
impl<'de> Deserialize<'de> for BrowseModInfo
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
Auto Trait Implementations§
impl Freeze for BrowseModInfo
impl RefUnwindSafe for BrowseModInfo
impl Send for BrowseModInfo
impl Sync for BrowseModInfo
impl Unpin for BrowseModInfo
impl UnsafeUnpin for BrowseModInfo
impl UnwindSafe for BrowseModInfo
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