Searched defs:FormItem (Results 1 – 4 of 4) sorted by relevance
23 pub(crate) struct FormItem { struct24 pub(crate) name: String,25 pub(crate) value: String,
108 impl FormItem { implementation
42 struct FormItem { struct43 std::string name;44 std::string value;
82 struct FormItem { struct83 std::string name;84 std::string value;