Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bajrangCoder/setu
/ DraggedRow
Class
DraggedRow
src/components/form_data_editor.rs:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
pub struct FormDataField {
27
pub key: String,
28
pub value: String,
29
pub enabled: bool,
30
}
31
32
#[derive(Clone)]
33
struct DraggedRow {
34
index: usize,
35
key: String,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected