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

pub struct BindConfig {
    pub path: String,
    pub write: Option<bool>,
}

Fields

path
write

Trait Implementations

impl<'a> Into<Vec<Arc<FileAccess>>> for &'a BindConfig

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

Derived Implementations

impl PartialEq for BindConfig

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

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

impl Decodable for BindConfig

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

impl Debug for BindConfig

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

impl Clone for BindConfig

fn clone(&self) -> BindConfig

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