1#[derive(Clone, Copy, Debug, Default)] 2pub struct ReadCellOptions { 3 pub final_read_hint: bool, 4}