pub enum DisplayInner {
Show 13 variants
Flow,
FlowRoot,
Flex,
Grid,
Table,
TableRowGroup,
TableRow,
TableCell,
TableColumn,
TableColumnGroup,
TableCaption,
TableHeaderGroup,
TableFooterGroup,
}Expand description
CSS display inner type.
Variants§
Flow
FlowRoot
Flex
Grid
Table
TableRowGroup
TableRow
TableCell
TableColumn
TableColumnGroup
TableCaption
TableHeaderGroup
Trait Implementations§
Source§impl Clone for DisplayInner
impl Clone for DisplayInner
Source§fn clone(&self) -> DisplayInner
fn clone(&self) -> DisplayInner
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DisplayInner
impl Debug for DisplayInner
Source§impl PartialEq for DisplayInner
impl PartialEq for DisplayInner
impl Copy for DisplayInner
impl Eq for DisplayInner
impl StructuralPartialEq for DisplayInner
Auto Trait Implementations§
impl Freeze for DisplayInner
impl RefUnwindSafe for DisplayInner
impl Send for DisplayInner
impl Sync for DisplayInner
impl Unpin for DisplayInner
impl UnwindSafe for DisplayInner
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