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