pub enum NoteKind {
Footnote,
Endnote,
}Expand description
Which kind of note a RunContent::NoteMarker renders the number of
(<w:footnoteRef/>/<w:endnoteRef/>, both CT_Empty).
Used as the first run of a footnote/endnote’s own first paragraph, to render its own number
inline with its text — e.g. the superscript “1” at the very start of a footnote’s text. Distinct
from NoteReference, which is what goes in the document body to point at a note; this is
what goes inside the note itself, rendering its own number.
Variants§
Trait Implementations§
impl Copy for NoteKind
impl Eq for NoteKind
impl StructuralPartialEq for NoteKind
Auto Trait Implementations§
impl Freeze for NoteKind
impl RefUnwindSafe for NoteKind
impl Send for NoteKind
impl Sync for NoteKind
impl Unpin for NoteKind
impl UnsafeUnpin for NoteKind
impl UnwindSafe for NoteKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.