pub struct LastRow;
Expand description
This structure represents the last row of a Table
.
Trait Implementations§
Source§impl<R> Location<R> for LastRowwhere
R: ExactRecords,
impl<R> Location<R> for LastRowwhere
R: ExactRecords,
Source§impl<I> Object<I> for LastRowwhere
I: Records + ExactRecords,
impl<I> Object<I> for LastRowwhere
I: Records + ExactRecords,
Source§type Iter = EntityOnce
type Iter = EntityOnce
An
Iterator
which returns a list of cells.Source§fn and<O>(self, rhs: O) -> UnionCombination<Self, O, R>where
Self: Sized,
fn and<O>(self, rhs: O) -> UnionCombination<Self, O, R>where
Self: Sized,
Combines cells.
It doesn’t repeat cells.
Source§fn not<O>(self, rhs: O) -> DiffCombination<Self, O, R>where
Self: Sized,
fn not<O>(self, rhs: O) -> DiffCombination<Self, O, R>where
Self: Sized,
Excludes rhs cells from this cells.
Auto Trait Implementations§
impl Freeze for LastRow
impl RefUnwindSafe for LastRow
impl Send for LastRow
impl Sync for LastRow
impl Unpin for LastRow
impl UnwindSafe for LastRow
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