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

pub struct ProfileConfig {
    pub name: String,
    pub fs: FsConfig,
    pub run: RunConfig,
}

Fields

name
fs
run

Trait Implementations

impl Into<Vec<Arc<FileAccess>>> for ProfileConfig

fn into(self) -> Vec<Arc<FileAccess>>

Derived Implementations

impl PartialEq for ProfileConfig

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

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

impl Decodable for ProfileConfig

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

impl Debug for ProfileConfig

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

impl Clone for ProfileConfig

fn clone(&self) -> ProfileConfig

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