Struct kanidmd::ServerConfig [−][src]
pub(crate) struct ServerConfig { pub bindaddress: Option<String>, pub ldapbindaddress: Option<String>, pub db_path: String, pub db_fs_type: Option<String>, pub db_arc_size: Option<usize>, pub tls_chain: Option<String>, pub tls_key: Option<String>, pub log_level: Option<String>, pub online_backup: Option<OnlineBackup>, pub origin: String, pub role: ServerRole, }
Fields
bindaddress: Option<String>
ldapbindaddress: Option<String>
db_path: String
db_fs_type: Option<String>
db_arc_size: Option<usize>
tls_chain: Option<String>
tls_key: Option<String>
log_level: Option<String>
online_backup: Option<OnlineBackup>
origin: String
role: ServerRole
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ServerConfig
impl Send for ServerConfig
impl Sync for ServerConfig
impl Unpin for ServerConfig
impl UnwindSafe for ServerConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self