Struct databend_client::request::PaginationConfig
source · pub struct PaginationConfig {
pub wait_time_secs: Option<i64>,
pub max_rows_in_buffer: Option<i64>,
pub max_rows_per_page: Option<i64>,
}Fields§
§wait_time_secs: Option<i64>§max_rows_in_buffer: Option<i64>§max_rows_per_page: Option<i64>Trait Implementations§
source§impl Debug for PaginationConfig
impl Debug for PaginationConfig
Auto Trait Implementations§
impl Freeze for PaginationConfig
impl RefUnwindSafe for PaginationConfig
impl Send for PaginationConfig
impl Sync for PaginationConfig
impl Unpin for PaginationConfig
impl UnwindSafe for PaginationConfig
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