Struct orca::profile::Profile [−][src]
pub struct Profile { pub name: String, pub data: String, pub results: String, pub ds_config: Option<DsConfig>, pub kani_http_config: Option<KaniHttpConfig>, pub kani_ldap_config: Option<KaniLdapConfig>, pub search_basic_config: SearchBasicConfig, }
Fields
name: String
data: String
results: String
ds_config: Option<DsConfig>
kani_http_config: Option<KaniHttpConfig>
kani_ldap_config: Option<KaniLdapConfig>
search_basic_config: SearchBasicConfig
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 Profile
impl UnwindSafe for Profile
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