#[derive(Clone, Debug)] pub struct UpEndConfig { pub vault_name: Option, pub desktop_enabled: bool, pub trust_executables: bool, pub secret: String, pub key: Option, }