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