pub struct RemoteGame {Show 24 fields
pub id: String,
pub title: String,
pub alternate_titles: String,
pub series: String,
pub developer: String,
pub publisher: String,
pub date_added: String,
pub date_modified: String,
pub play_mode: String,
pub status: String,
pub notes: String,
pub source: String,
pub application_path: String,
pub launch_command: String,
pub release_date: String,
pub version: String,
pub original_description: String,
pub language: String,
pub library: String,
pub platform_name: String,
pub archive_state: i32,
pub logo_path: String,
pub screenshot_path: String,
pub ruffle_support: String,
}
Fields§
§id: String
§title: String
§alternate_titles: String
§series: String
§developer: String
§publisher: String
§date_added: String
§date_modified: String
§play_mode: String
§status: String
§notes: String
§source: String
§application_path: String
§launch_command: String
§release_date: String
§version: String
§original_description: String
§language: String
§library: String
§platform_name: String
§archive_state: i32
§logo_path: String
§screenshot_path: String
§ruffle_support: String
Trait Implementations§
Source§impl Clone for RemoteGame
impl Clone for RemoteGame
Source§fn clone(&self) -> RemoteGame
fn clone(&self) -> RemoteGame
Returns a duplicate 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 Debug for RemoteGame
impl Debug for RemoteGame
Source§impl<'de> Deserialize<'de> for RemoteGame
impl<'de> Deserialize<'de> for RemoteGame
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 RemoteGame
impl RefUnwindSafe for RemoteGame
impl Send for RemoteGame
impl Sync for RemoteGame
impl Unpin for RemoteGame
impl UnwindSafe for RemoteGame
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