pub enum BlockKind {
Show 13 variants
Document,
Paragraph,
Heading,
BlockQuote,
List,
ListItem,
FencedCode,
IndentedCode,
ThematicBreak,
HtmlBlock,
Table,
TableRow,
TableCell,
}Expand description
The kind of block an EnterBlock/ExitBlock event refers to.
Variants§
Document
Paragraph
Heading
BlockQuote
List
ListItem
FencedCode
IndentedCode
ThematicBreak
HtmlBlock
Table
TableRow
TableCell
Trait Implementations§
impl Copy for BlockKind
impl Eq for BlockKind
impl StructuralPartialEq for BlockKind
Auto Trait Implementations§
impl Freeze for BlockKind
impl RefUnwindSafe for BlockKind
impl Send for BlockKind
impl Sync for BlockKind
impl Unpin for BlockKind
impl UnsafeUnpin for BlockKind
impl UnwindSafe for BlockKind
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