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