Enum css_style::display::Display[][src]

pub enum Display {
Show variants Inline, Block, Contents, Flex, Grid, InlineBlock, InlineFlex, InlineGrid, InlineTable, ListItem, RunIn, Table, TableCaption, TableColumnGroup, TableHeaderGroup, TableFooterGroup, TableRowGroup, TableCell, TableColumn, TableRow, None, Initial, Inherit,
}

Variants

Inline
Block
Contents
Flex
Grid
InlineBlock
InlineFlex
InlineGrid
InlineTable
ListItem
RunIn
Table
TableCaption
TableColumnGroup
TableHeaderGroup
TableFooterGroup
TableRowGroup
TableCell
TableColumn
TableRow
None
Initial
Inherit

Trait Implementations

impl Clone for Display[src]

impl Copy for Display[src]

impl Debug for Display[src]

impl Display for Display[src]

impl Eq for Display[src]

impl PartialEq<Display> for Display[src]

impl StructuralEq for Display[src]

impl StructuralPartialEq for Display[src]

impl StyleUpdater for Display[src]

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

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
    T: Component + Float,
    D: AdaptFrom<S, Swp, Dwp, T>,
    Swp: WhitePoint,
    Dwp: WhitePoint
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T, U> ConvertInto<U> for T where
    U: ConvertFrom<T>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.