Struct flashpoint_archive::update::RemoteAddApp
source · pub struct RemoteAddApp {
pub name: String,
pub application_path: String,
pub launch_command: String,
pub wait_for_exit: bool,
pub auto_run_before: bool,
pub parent_game_id: String,
}Fields§
§name: String§application_path: String§launch_command: String§wait_for_exit: bool§auto_run_before: bool§parent_game_id: StringTrait Implementations§
source§impl Clone for RemoteAddApp
impl Clone for RemoteAddApp
source§fn clone(&self) -> RemoteAddApp
fn clone(&self) -> RemoteAddApp
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 RemoteAddApp
impl RefUnwindSafe for RemoteAddApp
impl Send for RemoteAddApp
impl Sync for RemoteAddApp
impl Unpin for RemoteAddApp
impl UnwindSafe for RemoteAddApp
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)