pub enum MarkerSideStyleValue {
MatchSelf(Ident),
MatchParent(Ident),
}Expand description
Represents the style value for marker-side as defined in css-lists-3.
The grammar is defined as:
match-self | match-parentVariants§
Trait Implementations§
Source§impl Clone for MarkerSideStyleValue
impl Clone for MarkerSideStyleValue
Source§fn clone(&self) -> MarkerSideStyleValue
fn clone(&self) -> MarkerSideStyleValue
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 MarkerSideStyleValue
impl Debug for MarkerSideStyleValue
Source§impl Hash for MarkerSideStyleValue
impl Hash for MarkerSideStyleValue
Source§impl Ord for MarkerSideStyleValue
impl Ord for MarkerSideStyleValue
Source§fn cmp(&self, other: &MarkerSideStyleValue) -> Ordering
fn cmp(&self, other: &MarkerSideStyleValue) -> 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 MarkerSideStyleValue
impl<'a> Parse<'a> for MarkerSideStyleValue
Source§impl PartialEq for MarkerSideStyleValue
impl PartialEq for MarkerSideStyleValue
Source§impl PartialOrd for MarkerSideStyleValue
impl PartialOrd for MarkerSideStyleValue
Source§impl<'a> Peek<'a> for MarkerSideStyleValue
impl<'a> Peek<'a> for MarkerSideStyleValue
Source§impl ToCursors for MarkerSideStyleValue
impl ToCursors for MarkerSideStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for MarkerSideStyleValue
impl StructuralPartialEq for MarkerSideStyleValue
Auto Trait Implementations§
impl Freeze for MarkerSideStyleValue
impl RefUnwindSafe for MarkerSideStyleValue
impl Send for MarkerSideStyleValue
impl Sync for MarkerSideStyleValue
impl Unpin for MarkerSideStyleValue
impl UnwindSafe for MarkerSideStyleValue
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