Yoda/src/profile/proxy/ignore/memory.rs
2025-07-26 04:26:20 +03:00

5 lines
87 B
Rust

#[derive(Clone)]
pub struct Memory {
pub host: String,
pub is_enabled: bool,
}