1 2 3 4 5
#[derive(Debug, Clone, PartialEq, Eq)] pub struct WriteExecutionResult { pub affected_rows: usize, pub execution_time_ms: u64, }