pub struct EmptyRecords { /* private fields */ }
Expand description

Empty representation of Records.

Implementations

Constracts an empty representation of Records with a given shape.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Returns amount of rows on a grid.
Returns amount of columns on a grid.
Returns a text of a cell by an index.
Returns a line of a text of a cell by an index.
Returns a width of a text of a cell by an index.
Returns a width of line of a text of a cell by an index.
Returns an amount of lines of a text of a cell by an index.
Prints a prefix of a text of a cell by an index. Read more
Prints a suffix of a text of a cell by an index. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.