pub enum DisplayInside {
Flow(Ident),
FlowRoot(Ident),
Table(Ident),
Flex(Ident),
Grid(Ident),
Ruby(Ident),
}Expand description
https://drafts.csswg.org/css-display-4/#typedef-display-inside
<display-inside> = flow | flow-root | table | flex | grid | rubyVariants§
Trait Implementations§
Source§impl Clone for DisplayInside
impl Clone for DisplayInside
Source§fn clone(&self) -> DisplayInside
fn clone(&self) -> DisplayInside
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 DisplayInside
impl Debug for DisplayInside
Source§impl Hash for DisplayInside
impl Hash for DisplayInside
Source§impl Ord for DisplayInside
impl Ord for DisplayInside
Source§fn cmp(&self, other: &DisplayInside) -> Ordering
fn cmp(&self, other: &DisplayInside) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for DisplayInside
impl<'a> Parse<'a> for DisplayInside
Source§impl PartialEq for DisplayInside
impl PartialEq for DisplayInside
Source§impl PartialOrd for DisplayInside
impl PartialOrd for DisplayInside
Source§impl<'a> Peek<'a> for DisplayInside
impl<'a> Peek<'a> for DisplayInside
Source§impl ToCursors for DisplayInside
impl ToCursors for DisplayInside
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for DisplayInside
impl Eq for DisplayInside
impl StructuralPartialEq for DisplayInside
Auto Trait Implementations§
impl Freeze for DisplayInside
impl RefUnwindSafe for DisplayInside
impl Send for DisplayInside
impl Sync for DisplayInside
impl Unpin for DisplayInside
impl UnwindSafe for DisplayInside
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