Struct stemjail::config::profile::BindConfig
[−]
[src]
pub struct BindConfig { pub path: String, pub write: Option<bool>, }
Fields
path | |
write |
pub struct BindConfig { pub path: String, pub write: Option<bool>, }
path | |
write |
impl<'a> Into<Vec<Arc<FileAccess>>> for &'a BindConfig
fn into(self) -> Vec<Arc<FileAccess>>
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
impl Clone for BindConfig
fn clone(&self) -> BindConfig
fn clone_from(&mut self, source: &Self)