pub struct Config {
pub texts: Texts,
pub annotations: Annotations,
pub entities: Entities,
pub logging: Option<Logging>,
}Expand description
Fields§
§texts: Texts§annotations: Annotations§entities: Entities§logging: Option<Logging>Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Config
impl<'de> Deserialize<'de> for Config
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more