Struct flashpoint_archive::update::RemoteGame
source · pub struct RemoteGame {Show 21 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,
}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: i32Trait Implementations§
source§impl Clone for RemoteGame
impl Clone for RemoteGame
source§fn clone(&self) -> RemoteGame
fn clone(&self) -> RemoteGame
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 moreAuto 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
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)