Enum databend_driver::RowWithProgress
source · pub enum RowWithProgress {
Row(Row),
Progress(ScanProgress),
}
Variants§
Row(Row)
Progress(ScanProgress)
Trait Implementations§
source§impl Clone for RowWithProgress
impl Clone for RowWithProgress
source§fn clone(&self) -> RowWithProgress
fn clone(&self) -> RowWithProgress
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more