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

pub struct FsConfig {
    pub bind: Option<Vec<BindConfig>>,
}

Fields

bind

Trait Implementations

Derived Implementations

impl PartialEq for FsConfig

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

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

impl Decodable for FsConfig

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

impl Debug for FsConfig

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

impl Clone for FsConfig

fn clone(&self) -> FsConfig

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