Struct opensrv_clickhouse::types::Progress
source · pub struct Progress {
pub rows: u64,
pub bytes: u64,
pub total_rows: u64,
}Fields§
§rows: u64§bytes: u64§total_rows: u64Implementations§
Trait Implementations§
source§impl PartialEq for Progress
impl PartialEq for Progress
impl Copy for Progress
impl Eq for Progress
impl StructuralEq for Progress
impl StructuralPartialEq for Progress
Auto Trait Implementations§
impl RefUnwindSafe for Progress
impl Send for Progress
impl Sync for Progress
impl Unpin for Progress
impl UnwindSafe for Progress
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more