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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DisplayInner
Source§impl Debug for DisplayInner
impl Debug for DisplayInner
impl Eq for DisplayInner
Source§impl PartialEq for DisplayInner
impl PartialEq for DisplayInner
Source§fn eq(&self, other: &DisplayInner) -> bool
fn eq(&self, other: &DisplayInner) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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