Struct dinghy_lib::Runnable [] [src]

pub struct Runnable {
    pub id: String,
    pub exe: PathBuf,
    pub source: PathBuf,
}

Fields

Trait Implementations

impl Clone for Runnable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Runnable
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Runnable
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Runnable

impl Sync for Runnable