Searched defs:FormItem (Results 1 – 4 of 4) sorted by relevance
49 pub(crate) struct FormItem { struct50 pub(crate) name: String,51 pub(crate) value: String,
97 impl FormItem { impl
44 struct FormItem { struct45 std::string name;46 std::string value;
105 struct FormItem { struct106 std::string name;107 std::string value;