pub struct BookmarkLabelStyleValue<'a>(pub ContentList<'a>);Expand description
Represents the style value for bookmark-label as defined in css-content-3.
The grammar is defined as:
<content-list>Tuple Fields§
§0: ContentList<'a>Trait Implementations§
Source§impl<'a> Clone for BookmarkLabelStyleValue<'a>
impl<'a> Clone for BookmarkLabelStyleValue<'a>
Source§fn clone(&self) -> BookmarkLabelStyleValue<'a>
fn clone(&self) -> BookmarkLabelStyleValue<'a>
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<'a> Debug for BookmarkLabelStyleValue<'a>
impl<'a> Debug for BookmarkLabelStyleValue<'a>
Source§impl<'a> Hash for BookmarkLabelStyleValue<'a>
impl<'a> Hash for BookmarkLabelStyleValue<'a>
Source§impl<'a> Ord for BookmarkLabelStyleValue<'a>
impl<'a> Ord for BookmarkLabelStyleValue<'a>
Source§fn cmp(&self, other: &BookmarkLabelStyleValue<'a>) -> Ordering
fn cmp(&self, other: &BookmarkLabelStyleValue<'a>) -> 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 BookmarkLabelStyleValue<'a>
impl<'a> Parse<'a> for BookmarkLabelStyleValue<'a>
Source§impl<'a> PartialEq for BookmarkLabelStyleValue<'a>
impl<'a> PartialEq for BookmarkLabelStyleValue<'a>
Source§impl<'a> PartialOrd for BookmarkLabelStyleValue<'a>
impl<'a> PartialOrd for BookmarkLabelStyleValue<'a>
Source§impl<'a> Peek<'a> for BookmarkLabelStyleValue<'a>
impl<'a> Peek<'a> for BookmarkLabelStyleValue<'a>
Source§impl<'a> ToCursors for BookmarkLabelStyleValue<'a>
impl<'a> ToCursors for BookmarkLabelStyleValue<'a>
fn to_cursors(&self, s: &mut impl CursorSink)
impl<'a> Eq for BookmarkLabelStyleValue<'a>
impl<'a> StructuralPartialEq for BookmarkLabelStyleValue<'a>
Auto Trait Implementations§
impl<'a> Freeze for BookmarkLabelStyleValue<'a>
impl<'a> !RefUnwindSafe for BookmarkLabelStyleValue<'a>
impl<'a> !Send for BookmarkLabelStyleValue<'a>
impl<'a> !Sync for BookmarkLabelStyleValue<'a>
impl<'a> Unpin for BookmarkLabelStyleValue<'a>
impl<'a> !UnwindSafe for BookmarkLabelStyleValue<'a>
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