Expand description
Structs§
- Cell denotes a particular cell on a
Table
. - Column represents a single column on a grid.
- Column denotes a set of cells on given columns on a
Table
. - Difference struct used for chaining
Object
’s. - An
Iterator
which goes over only cells which are present in firstObject::Iter
but not second. - An iterator over cells.
- An
Iterator
which returns an entity once. FirstColumn
represents the first column on a grid.- This structure represents the first row of a
Table
. It’s often contains headers data. - Frame includes cells which are on the edges of each side. Therefore it’s
Object
implementation returns a subset of cells which are present in frame. - An
Iterator
which goes goes over cells which are present in bothObject::Iter
ators. - Intersection struct used for chaining
Object
’s. - Inversion struct used for chaining
Object
’s. - An
Iterator
which goes goes over cells which are not present anObject::Iter
ator. LastColumn
represents the last column on a grid.LastColumnOffset
represents a single column on a grid indexed via offset from the last column.- This structure represents the last row of a
Table
. - A row which is located by an offset from the last row.
- A row which is located by an offset from the first row.
- Row denotes a set of cells on given rows on a
Table
. - This structure represents a sub table of
Table
. - This is a segment which cantains all cells on the table.
- Combination struct used for chaining
Object
’s. - An
Iterator
which goes over a combinationObject::Iter
.
Enums§
- Entity a structure which represent a set of cells.
Traits§
- Object helps to locate a necessary part of a
Table
.