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
TableHeaderGroup
TableRowGroup
TableRow
FlowRoot
InlineGrid
Contents
ListItem
Hidden
Trait Implementations§
source§impl PartialEq<Display> for Display
impl PartialEq<Display> for Display
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more