pub enum ToCBacklinks {
Entry,
Top,
None,
}Expand description
An enumeration of different backlinking alternatives for a table of contents node. Instructs the doctree to generate links from section headers back to the table of contents entries, the table of contents itself, or generate no backlinks.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ToCBacklinks
impl RefUnwindSafe for ToCBacklinks
impl Send for ToCBacklinks
impl Sync for ToCBacklinks
impl Unpin for ToCBacklinks
impl UnwindSafe for ToCBacklinks
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