pub enum FootnoteType {
Numbered(usize),
AutoNumber,
AutoSymbol,
AutoNamed(String),
}
Variants§
Auto Trait Implementations§
impl Freeze for FootnoteType
impl RefUnwindSafe for FootnoteType
impl Send for FootnoteType
impl Sync for FootnoteType
impl Unpin for FootnoteType
impl UnwindSafe for FootnoteType
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