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