pub enum FootnoteDisplayStyleValue {
Block(Ident),
Inline(Ident),
Compact(Ident),
}Expand description
Represents the style value for footnote-display as defined in css-gcpm-4.
The grammar is defined as:
block | inline | compactVariants§
Trait Implementations§
Source§impl Clone for FootnoteDisplayStyleValue
impl Clone for FootnoteDisplayStyleValue
Source§fn clone(&self) -> FootnoteDisplayStyleValue
fn clone(&self) -> FootnoteDisplayStyleValue
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 FootnoteDisplayStyleValue
impl Debug for FootnoteDisplayStyleValue
Source§impl Hash for FootnoteDisplayStyleValue
impl Hash for FootnoteDisplayStyleValue
Source§impl Ord for FootnoteDisplayStyleValue
impl Ord for FootnoteDisplayStyleValue
Source§fn cmp(&self, other: &FootnoteDisplayStyleValue) -> Ordering
fn cmp(&self, other: &FootnoteDisplayStyleValue) -> 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 FootnoteDisplayStyleValue
impl<'a> Parse<'a> for FootnoteDisplayStyleValue
Source§impl PartialOrd for FootnoteDisplayStyleValue
impl PartialOrd for FootnoteDisplayStyleValue
Source§impl<'a> Peek<'a> for FootnoteDisplayStyleValue
impl<'a> Peek<'a> for FootnoteDisplayStyleValue
Source§impl ToCursors for FootnoteDisplayStyleValue
impl ToCursors for FootnoteDisplayStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for FootnoteDisplayStyleValue
impl StructuralPartialEq for FootnoteDisplayStyleValue
Auto Trait Implementations§
impl Freeze for FootnoteDisplayStyleValue
impl RefUnwindSafe for FootnoteDisplayStyleValue
impl Send for FootnoteDisplayStyleValue
impl Sync for FootnoteDisplayStyleValue
impl Unpin for FootnoteDisplayStyleValue
impl UnwindSafe for FootnoteDisplayStyleValue
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