pub struct ProgramExecution {
pub executable: String,
}Fields§
§executable: StringImplementations§
Trait Implementations§
Source§impl Clone for ProgramExecution
impl Clone for ProgramExecution
Source§fn clone(&self) -> ProgramExecution
fn clone(&self) -> ProgramExecution
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 ProgramExecution
impl Debug for ProgramExecution
Source§impl Default for ProgramExecution
impl Default for ProgramExecution
Source§fn default() -> ProgramExecution
fn default() -> ProgramExecution
Returns the “default value” for a type. Read more
Source§impl From<ProgramExecution> for ActivityType
impl From<ProgramExecution> for ActivityType
Source§fn from(v: ProgramExecution) -> Self
fn from(v: ProgramExecution) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ProgramExecution
impl RefUnwindSafe for ProgramExecution
impl Send for ProgramExecution
impl Sync for ProgramExecution
impl Unpin for ProgramExecution
impl UnwindSafe for ProgramExecution
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