pub struct LastRow;Expand description
LastRow represents the last row of a crate::Table.
Trait Implementations
sourceimpl Object for LastRow
impl Object for LastRow
sourcefn cells(&self, count_rows: usize, count_columns: usize) -> Vec<(usize, usize)>
fn cells(&self, count_rows: usize, count_columns: usize) -> Vec<(usize, usize)>
Cells returns a set of cordinates of cells
sourcefn and<O: Object>(self, rhs: O) -> Combination<Self, O>
fn and<O: Object>(self, rhs: O) -> Combination<Self, O>
Combines cells. It doesn’t repeat cells. Read more
sourcefn not<O: Object>(self, rhs: O) -> Combination<Self, O>
fn not<O: Object>(self, rhs: O) -> Combination<Self, O>
Excludes rhs cells from this cells.
Auto Trait Implementations
impl RefUnwindSafe for LastRow
impl Send for LastRow
impl Sync for LastRow
impl Unpin for LastRow
impl UnwindSafe for LastRow
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more