Enum pulldown_cmark::TagEnd
source · pub enum TagEnd {
Show 21 variants
Paragraph,
Heading(HeadingLevel),
BlockQuote(Option<BlockQuoteKind>),
CodeBlock,
HtmlBlock,
List(bool),
Item,
FootnoteDefinition,
DefinitionList,
DefinitionListTitle,
DefinitionListDefinition,
Table,
TableHead,
TableRow,
TableCell,
Emphasis,
Strong,
Strikethrough,
Link,
Image,
MetadataBlock(MetadataBlockKind),
}
Expand description
The end of a Tag
.
Variants§
Paragraph
Heading(HeadingLevel)
BlockQuote(Option<BlockQuoteKind>)
CodeBlock
HtmlBlock
List(bool)
A list, true
for ordered lists.
Item
FootnoteDefinition
DefinitionList
DefinitionListTitle
DefinitionListDefinition
Table
TableHead
TableRow
TableCell
Emphasis
Strong
Strikethrough
Link
Image
MetadataBlock(MetadataBlockKind)
Trait Implementations§
source§impl Ord for TagEnd
impl Ord for TagEnd
source§impl PartialEq for TagEnd
impl PartialEq for TagEnd
source§impl PartialOrd for TagEnd
impl PartialOrd for TagEnd
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for TagEnd
impl Eq for TagEnd
impl StructuralPartialEq for TagEnd
Auto Trait Implementations§
impl Freeze for TagEnd
impl RefUnwindSafe for TagEnd
impl Send for TagEnd
impl Sync for TagEnd
impl Unpin for TagEnd
impl UnwindSafe for TagEnd
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)