pub enum DisplayOutside {
Block(Ident),
Inline(Ident),
RunIn(Ident),
}Expand description
https://drafts.csswg.org/css-display-4/#typedef-display-outside
<display-outside> = block | inline | run-inVariants§
Trait Implementations§
Source§impl Clone for DisplayOutside
impl Clone for DisplayOutside
Source§fn clone(&self) -> DisplayOutside
fn clone(&self) -> DisplayOutside
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 DisplayOutside
impl Debug for DisplayOutside
Source§impl Hash for DisplayOutside
impl Hash for DisplayOutside
Source§impl Ord for DisplayOutside
impl Ord for DisplayOutside
Source§fn cmp(&self, other: &DisplayOutside) -> Ordering
fn cmp(&self, other: &DisplayOutside) -> 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 DisplayOutside
impl<'a> Parse<'a> for DisplayOutside
Source§impl PartialEq for DisplayOutside
impl PartialEq for DisplayOutside
Source§impl PartialOrd for DisplayOutside
impl PartialOrd for DisplayOutside
Source§impl<'a> Peek<'a> for DisplayOutside
impl<'a> Peek<'a> for DisplayOutside
Source§impl ToCursors for DisplayOutside
impl ToCursors for DisplayOutside
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for DisplayOutside
impl Eq for DisplayOutside
impl StructuralPartialEq for DisplayOutside
Auto Trait Implementations§
impl Freeze for DisplayOutside
impl RefUnwindSafe for DisplayOutside
impl Send for DisplayOutside
impl Sync for DisplayOutside
impl Unpin for DisplayOutside
impl UnwindSafe for DisplayOutside
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