Searched defs:Schema (Results 1 – 4 of 4) sorted by relevance
68 struct Schema { struct69 std::vector<std::string> version;70 std::vector<std::string> mode;71 std::vector<std::string> define;72 std::vector<std::string> index;
527 pub(crate) struct Schema { struct533 impl Schema { implementation556 impl Deserialize for Schema { implementation839 ) -> ConnectResult<RwLockReadGuard<Schema>> { in get_app_schema()
165 ## Schema section