Struct stemjail::config::profile::RunConfig [] [src]

pub struct RunConfig {
    pub cmd: Vec<String>,
}

Fields

cmd

Trait Implementations

Derived Implementations

impl PartialEq for RunConfig

fn eq(&self, __arg_0: &RunConfig) -> bool

fn ne(&self, __arg_0: &RunConfig) -> bool

impl Decodable for RunConfig

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<RunConfig, __D::Error>

impl Debug for RunConfig

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for RunConfig

fn clone(&self) -> RunConfig

fn clone_from(&mut self, source: &Self)