Enum subscript_compiler::backend::query::HeadingKind [−][src]
pub enum HeadingKind { H1, H2, H3, H4, H5, H6, }
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HeadingKind
impl Send for HeadingKind
impl Sync for HeadingKind
impl Unpin for HeadingKind
impl UnwindSafe for HeadingKind
Blanket Implementations
Mutably borrows from an owned value. Read more