pub struct TableViewOutput {
pub filtered_row_count: usize,
pub pagination: PaginationBounds,
}Fields§
§filtered_row_count: usizeTotal row count after filters (and grouping expansion), before pagination is applied.
pagination: PaginationBoundsTrait Implementations§
Source§impl Clone for TableViewOutput
impl Clone for TableViewOutput
Source§fn clone(&self) -> TableViewOutput
fn clone(&self) -> TableViewOutput
Returns a duplicate 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 moreSource§impl Debug for TableViewOutput
impl Debug for TableViewOutput
Source§impl Default for TableViewOutput
impl Default for TableViewOutput
Source§fn default() -> TableViewOutput
fn default() -> TableViewOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for TableViewOutput
impl PartialEq for TableViewOutput
impl Eq for TableViewOutput
impl StructuralPartialEq for TableViewOutput
Auto Trait Implementations§
impl Freeze for TableViewOutput
impl RefUnwindSafe for TableViewOutput
impl Send for TableViewOutput
impl Sync for TableViewOutput
impl Unpin for TableViewOutput
impl UnsafeUnpin for TableViewOutput
impl UnwindSafe for TableViewOutput
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