Enum tailwind_parse::Display
source · pub enum Display {
Show 19 variants
Block,
InlineBlock,
Inline,
InlineFlex,
Table,
InlineTable,
TableCaption,
TableCell,
TableColumn,
TableColumnGroup,
TableFooterGroup,
TableHeaderGroup,
TableRowGroup,
TableRow,
FlowRoot,
InlineGrid,
Contents,
ListItem,
Hidden,
}
Expand description
The options for the display
property.
Note: flex and grid are handled by their own plugins.
Variants
Block
InlineBlock
Inline
InlineFlex
Table
InlineTable
TableCaption
TableCell
TableColumn
TableColumnGroup
TableFooterGroup
TableHeaderGroup
TableRowGroup
TableRow
FlowRoot
InlineGrid
Contents
ListItem
Hidden
Trait Implementations
impl Copy for Display
impl Eq for Display
impl StructuralEq for Display
impl StructuralPartialEq for Display
Auto Trait Implementations
impl RefUnwindSafe for Display
impl Send for Display
impl Sync for Display
impl Unpin for Display
impl UnwindSafe for Display
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more