pub struct TableView<'a> { /* private fields */ }
Expand description
View of a table.
Implementations§
source§impl<'a> TableView<'a>
impl<'a> TableView<'a>
sourcepub fn child_count(&self) -> usize
pub fn child_count(&self) -> usize
Get the count of child tables.
sourcepub fn chunk_count(&self) -> usize
pub fn chunk_count(&self) -> usize
Get the count of chunks in the table.
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for TableView<'a>
impl<'a> Send for TableView<'a>
impl<'a> Sync for TableView<'a>
impl<'a> Unpin for TableView<'a>
impl<'a> UnwindSafe for TableView<'a>
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