pub enum Assignability {
    TableOnly,
    ColTable,
    RowTable,
    RowColTable,
    CellRowColTable,
}
Expand description

Indicates the element types to which a particular Style may be assigned.

Variants

TableOnly

At the table level only.

ColTable

At the column level and at the table level.

RowTable

At the row level and at the table level.

RowColTable

At the row, column and table level.

CellRowColTable

At the cell, row, column and table level.

Implementations

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.