Struct stemjail::config::profile::RunConfig
[−]
[src]
pub struct RunConfig { pub cmd: Vec<String>, }
Fields
cmd |
pub struct RunConfig { pub cmd: Vec<String>, }
cmd |
impl PartialEq for RunConfig
impl Decodable for RunConfig
impl Debug for RunConfig
impl Clone for RunConfig
fn clone(&self) -> RunConfig
fn clone_from(&mut self, source: &Self)