MCPcopy Create free account
hub / github.com/bajrangCoder/setu / FormDataField

Class FormDataField

src/components/form_data_editor.rs:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19pub struct FormDataRow {
20 pub key_input: Entity<InputState>,
21 pub value_input: Entity<InputState>,
22 pub enabled: bool,
23}
24
25#[derive(Debug, Clone)]
26pub struct FormDataField {
27 pub key: String,
28 pub value: String,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected