MCPcopy Create free account
hub / github.com/JayanAXHF/modder-rs / ToggleListItem

Class ToggleListItem

tui/src/components/toggle.rs:49–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48#[derive(Debug, Clone, Default)]
49struct ToggleListItem {
50 name: String,
51 source: Source,
52 project_id: String,
53 version: String,
54 game_version: Option<String>,
55 category: Option<String>,
56 version_type: String,
57 enabled: bool,
58 path: String,
59}
60
61const SELECTED_STYLE: Style = Style::new().bg(SLATE.c800).add_modifier(Modifier::BOLD);
62

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected