pub struct Table<T> { /* private fields */ }
Expand description

Struct with the key elements of a table

Implementations

Get the name of the table

Get the name of the sheet that table exists within

Get the names of the columns in the order they occur

Get a range representing the data from the table (excludes column headers)

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 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.