Enum html::text_content::children::DivisionChild
source · pub enum DivisionChild {
Show 83 variants
Abbreviation(Abbreviation),
Address(Address),
Anchor(Anchor),
Article(Article),
Aside(Aside),
Audio(Audio),
BidirectionalIsolate(BidirectionalIsolate),
BidirectionalTextOverride(BidirectionalTextOverride),
BlockQuote(BlockQuote),
Bold(Bold),
Button(Button),
Canvas(Canvas),
Cite(Cite),
Code(Code),
Data(Data),
DataList(DataList),
Definition(Definition),
DeletedText(DeletedText),
DescriptionList(DescriptionList),
Details(Details),
Dialog(Dialog),
Division(Division),
Embed(Embed),
Emphasis(Emphasis),
Fieldset(Fieldset),
Figure(Figure),
Footer(Footer),
Form(Form),
Header(Header),
Heading1(Heading1),
Heading2(Heading2),
Heading3(Heading3),
Heading4(Heading4),
Heading5(Heading5),
Heading6(Heading6),
HeadingGroup(HeadingGroup),
Iframe(Iframe),
Image(Image),
ImageMap(ImageMap),
ImageMapArea(ImageMapArea),
Input(Input),
InsertedText(InsertedText),
Italic(Italic),
KeyboardInput(KeyboardInput),
Label(Label),
LineBreak(LineBreak),
LineBreakOpportunity(LineBreakOpportunity),
Main(Main),
MarkText(MarkText),
Menu(Menu),
Meter(Meter),
Navigation(Navigation),
NoScript(NoScript),
Object(Object),
OrderedList(OrderedList),
Output(Output),
Paragraph(Paragraph),
Picture(Picture),
PreformattedText(PreformattedText),
Progress(Progress),
Quotation(Quotation),
RubyAnnotation(RubyAnnotation),
SampleOutput(SampleOutput),
Script(Script),
Section(Section),
Select(Select),
SideComment(SideComment),
Slot(Slot),
Span(Span),
StrikeThrough(StrikeThrough),
Strong(Strong),
SubScript(SubScript),
SuperScript(SuperScript),
Table(Table),
Template(Template),
TextArea(TextArea),
ThematicBreak(ThematicBreak),
Time(Time),
Underline(Underline),
UnorderedList(UnorderedList),
Variable(Variable),
Video(Video),
Text(Cow<'static, str>),
}Expand description
The permitted child items for the Division element
Variants§
Abbreviation(Abbreviation)
The Abbreviation element
Address(Address)
The Address element
Anchor(Anchor)
The Anchor element
Article(Article)
The Article element
Aside(Aside)
The Aside element
Audio(Audio)
The Audio element
BidirectionalIsolate(BidirectionalIsolate)
The BidirectionalIsolate element
BidirectionalTextOverride(BidirectionalTextOverride)
The BidirectionalTextOverride element
BlockQuote(BlockQuote)
The BlockQuote element
Bold(Bold)
The Bold element
Button(Button)
The Button element
Canvas(Canvas)
The Canvas element
Cite(Cite)
The Cite element
Code(Code)
The Code element
Data(Data)
The Data element
DataList(DataList)
The DataList element
Definition(Definition)
The Definition element
DeletedText(DeletedText)
The DeletedText element
DescriptionList(DescriptionList)
The DescriptionList element
Details(Details)
The Details element
Dialog(Dialog)
The Dialog element
Division(Division)
The Division element
Embed(Embed)
The Embed element
Emphasis(Emphasis)
The Emphasis element
Fieldset(Fieldset)
The Fieldset element
Figure(Figure)
The Figure element
The Footer element
Form(Form)
The Form element
Header(Header)
The Header element
Heading1(Heading1)
The Heading1 element
Heading2(Heading2)
The Heading2 element
Heading3(Heading3)
The Heading3 element
Heading4(Heading4)
The Heading4 element
Heading5(Heading5)
The Heading5 element
Heading6(Heading6)
The Heading6 element
HeadingGroup(HeadingGroup)
The HeadingGroup element
Iframe(Iframe)
The Iframe element
Image(Image)
The Image element
ImageMap(ImageMap)
The ImageMap element
ImageMapArea(ImageMapArea)
The ImageMapArea element
Input(Input)
The Input element
InsertedText(InsertedText)
The InsertedText element
Italic(Italic)
The Italic element
KeyboardInput(KeyboardInput)
The KeyboardInput element
Label(Label)
The Label element
LineBreak(LineBreak)
The LineBreak element
LineBreakOpportunity(LineBreakOpportunity)
The LineBreakOpportunity element
Main(Main)
The Main element
MarkText(MarkText)
The MarkText element
Menu(Menu)
The Menu element
Meter(Meter)
The Meter element
The Navigation element
NoScript(NoScript)
The NoScript element
Object(Object)
The Object element
OrderedList(OrderedList)
The OrderedList element
Output(Output)
The Output element
Paragraph(Paragraph)
The Paragraph element
Picture(Picture)
The Picture element
PreformattedText(PreformattedText)
The PreformattedText element
Progress(Progress)
The Progress element
Quotation(Quotation)
The Quotation element
RubyAnnotation(RubyAnnotation)
The RubyAnnotation element
SampleOutput(SampleOutput)
The SampleOutput element
Script(Script)
The Script element
Section(Section)
The Section element
Select(Select)
The Select element
SideComment(SideComment)
The SideComment element
Slot(Slot)
The Slot element
Span(Span)
The Span element
StrikeThrough(StrikeThrough)
The StrikeThrough element
Strong(Strong)
The Strong element
SubScript(SubScript)
The SubScript element
SuperScript(SuperScript)
The SuperScript element
Table(Table)
The Table element
Template(Template)
The Template element
TextArea(TextArea)
The TextArea element
ThematicBreak(ThematicBreak)
The ThematicBreak element
Time(Time)
The Time element
Underline(Underline)
The Underline element
UnorderedList(UnorderedList)
The UnorderedList element
Variable(Variable)
The Variable element
Video(Video)
The Video element
Text(Cow<'static, str>)
The Text element
Trait Implementations§
source§impl Clone for DivisionChild
impl Clone for DivisionChild
source§fn clone(&self) -> DivisionChild
fn clone(&self) -> DivisionChild
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DivisionChild
impl Debug for DivisionChild
source§impl Display for DivisionChild
impl Display for DivisionChild
source§impl From<&'static str> for DivisionChild
impl From<&'static str> for DivisionChild
source§impl From<Abbreviation> for DivisionChild
impl From<Abbreviation> for DivisionChild
source§fn from(value: Abbreviation) -> Self
fn from(value: Abbreviation) -> Self
source§impl From<Address> for DivisionChild
impl From<Address> for DivisionChild
source§impl From<Anchor> for DivisionChild
impl From<Anchor> for DivisionChild
source§impl From<Article> for DivisionChild
impl From<Article> for DivisionChild
source§impl From<Aside> for DivisionChild
impl From<Aside> for DivisionChild
source§impl From<Audio> for DivisionChild
impl From<Audio> for DivisionChild
source§impl From<BidirectionalIsolate> for DivisionChild
impl From<BidirectionalIsolate> for DivisionChild
source§fn from(value: BidirectionalIsolate) -> Self
fn from(value: BidirectionalIsolate) -> Self
source§impl From<BidirectionalTextOverride> for DivisionChild
impl From<BidirectionalTextOverride> for DivisionChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BlockQuote> for DivisionChild
impl From<BlockQuote> for DivisionChild
source§fn from(value: BlockQuote) -> Self
fn from(value: BlockQuote) -> Self
source§impl From<Bold> for DivisionChild
impl From<Bold> for DivisionChild
source§impl From<Button> for DivisionChild
impl From<Button> for DivisionChild
source§impl From<Canvas> for DivisionChild
impl From<Canvas> for DivisionChild
source§impl From<Cite> for DivisionChild
impl From<Cite> for DivisionChild
source§impl From<Code> for DivisionChild
impl From<Code> for DivisionChild
source§impl From<Data> for DivisionChild
impl From<Data> for DivisionChild
source§impl From<DataList> for DivisionChild
impl From<DataList> for DivisionChild
source§impl From<Definition> for DivisionChild
impl From<Definition> for DivisionChild
source§fn from(value: Definition) -> Self
fn from(value: Definition) -> Self
source§impl From<DeletedText> for DivisionChild
impl From<DeletedText> for DivisionChild
source§fn from(value: DeletedText) -> Self
fn from(value: DeletedText) -> Self
source§impl From<DescriptionList> for DivisionChild
impl From<DescriptionList> for DivisionChild
source§fn from(value: DescriptionList) -> Self
fn from(value: DescriptionList) -> Self
source§impl From<Details> for DivisionChild
impl From<Details> for DivisionChild
source§impl From<Dialog> for DivisionChild
impl From<Dialog> for DivisionChild
source§impl From<Division> for DivisionChild
impl From<Division> for DivisionChild
source§impl From<Embed> for DivisionChild
impl From<Embed> for DivisionChild
source§impl From<Emphasis> for DivisionChild
impl From<Emphasis> for DivisionChild
source§impl From<Fieldset> for DivisionChild
impl From<Fieldset> for DivisionChild
source§impl From<Figure> for DivisionChild
impl From<Figure> for DivisionChild
source§impl From<Form> for DivisionChild
impl From<Form> for DivisionChild
source§impl From<Header> for DivisionChild
impl From<Header> for DivisionChild
source§impl From<Heading1> for DivisionChild
impl From<Heading1> for DivisionChild
source§impl From<Heading2> for DivisionChild
impl From<Heading2> for DivisionChild
source§impl From<Heading3> for DivisionChild
impl From<Heading3> for DivisionChild
source§impl From<Heading4> for DivisionChild
impl From<Heading4> for DivisionChild
source§impl From<Heading5> for DivisionChild
impl From<Heading5> for DivisionChild
source§impl From<Heading6> for DivisionChild
impl From<Heading6> for DivisionChild
source§impl From<HeadingGroup> for DivisionChild
impl From<HeadingGroup> for DivisionChild
source§fn from(value: HeadingGroup) -> Self
fn from(value: HeadingGroup) -> Self
source§impl From<Iframe> for DivisionChild
impl From<Iframe> for DivisionChild
source§impl From<Image> for DivisionChild
impl From<Image> for DivisionChild
source§impl From<ImageMap> for DivisionChild
impl From<ImageMap> for DivisionChild
source§impl From<ImageMapArea> for DivisionChild
impl From<ImageMapArea> for DivisionChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<Input> for DivisionChild
impl From<Input> for DivisionChild
source§impl From<InsertedText> for DivisionChild
impl From<InsertedText> for DivisionChild
source§fn from(value: InsertedText) -> Self
fn from(value: InsertedText) -> Self
source§impl From<Italic> for DivisionChild
impl From<Italic> for DivisionChild
source§impl From<KeyboardInput> for DivisionChild
impl From<KeyboardInput> for DivisionChild
source§fn from(value: KeyboardInput) -> Self
fn from(value: KeyboardInput) -> Self
source§impl From<Label> for DivisionChild
impl From<Label> for DivisionChild
source§impl From<LineBreak> for DivisionChild
impl From<LineBreak> for DivisionChild
source§impl From<LineBreakOpportunity> for DivisionChild
impl From<LineBreakOpportunity> for DivisionChild
source§fn from(value: LineBreakOpportunity) -> Self
fn from(value: LineBreakOpportunity) -> Self
source§impl From<Main> for DivisionChild
impl From<Main> for DivisionChild
source§impl From<MarkText> for DivisionChild
impl From<MarkText> for DivisionChild
source§impl From<Menu> for DivisionChild
impl From<Menu> for DivisionChild
source§impl From<Meter> for DivisionChild
impl From<Meter> for DivisionChild
source§fn from(value: Navigation) -> Self
fn from(value: Navigation) -> Self
source§impl From<NoScript> for DivisionChild
impl From<NoScript> for DivisionChild
source§impl From<Object> for DivisionChild
impl From<Object> for DivisionChild
source§impl From<OrderedList> for DivisionChild
impl From<OrderedList> for DivisionChild
source§fn from(value: OrderedList) -> Self
fn from(value: OrderedList) -> Self
source§impl From<Output> for DivisionChild
impl From<Output> for DivisionChild
source§impl From<Paragraph> for DivisionChild
impl From<Paragraph> for DivisionChild
source§impl From<Picture> for DivisionChild
impl From<Picture> for DivisionChild
source§impl From<PreformattedText> for DivisionChild
impl From<PreformattedText> for DivisionChild
source§fn from(value: PreformattedText) -> Self
fn from(value: PreformattedText) -> Self
source§impl From<Progress> for DivisionChild
impl From<Progress> for DivisionChild
source§impl From<Quotation> for DivisionChild
impl From<Quotation> for DivisionChild
source§impl From<RubyAnnotation> for DivisionChild
impl From<RubyAnnotation> for DivisionChild
source§fn from(value: RubyAnnotation) -> Self
fn from(value: RubyAnnotation) -> Self
source§impl From<SampleOutput> for DivisionChild
impl From<SampleOutput> for DivisionChild
source§fn from(value: SampleOutput) -> Self
fn from(value: SampleOutput) -> Self
source§impl From<Script> for DivisionChild
impl From<Script> for DivisionChild
source§impl From<Section> for DivisionChild
impl From<Section> for DivisionChild
source§impl From<Select> for DivisionChild
impl From<Select> for DivisionChild
source§impl From<SideComment> for DivisionChild
impl From<SideComment> for DivisionChild
source§fn from(value: SideComment) -> Self
fn from(value: SideComment) -> Self
source§impl From<Slot> for DivisionChild
impl From<Slot> for DivisionChild
source§impl From<Span> for DivisionChild
impl From<Span> for DivisionChild
source§impl From<StrikeThrough> for DivisionChild
impl From<StrikeThrough> for DivisionChild
source§fn from(value: StrikeThrough) -> Self
fn from(value: StrikeThrough) -> Self
source§impl From<String> for DivisionChild
impl From<String> for DivisionChild
source§impl From<Strong> for DivisionChild
impl From<Strong> for DivisionChild
source§impl From<SubScript> for DivisionChild
impl From<SubScript> for DivisionChild
source§impl From<SuperScript> for DivisionChild
impl From<SuperScript> for DivisionChild
source§fn from(value: SuperScript) -> Self
fn from(value: SuperScript) -> Self
source§impl From<Table> for DivisionChild
impl From<Table> for DivisionChild
source§impl From<Template> for DivisionChild
impl From<Template> for DivisionChild
source§impl From<TextArea> for DivisionChild
impl From<TextArea> for DivisionChild
source§impl From<ThematicBreak> for DivisionChild
impl From<ThematicBreak> for DivisionChild
source§fn from(value: ThematicBreak) -> Self
fn from(value: ThematicBreak) -> Self
source§impl From<Time> for DivisionChild
impl From<Time> for DivisionChild
source§impl From<Underline> for DivisionChild
impl From<Underline> for DivisionChild
source§impl From<UnorderedList> for DivisionChild
impl From<UnorderedList> for DivisionChild
source§fn from(value: UnorderedList) -> Self
fn from(value: UnorderedList) -> Self
source§impl From<Variable> for DivisionChild
impl From<Variable> for DivisionChild
source§impl From<Video> for DivisionChild
impl From<Video> for DivisionChild
source§impl PartialEq<DivisionChild> for DivisionChild
impl PartialEq<DivisionChild> for DivisionChild
source§fn eq(&self, other: &DivisionChild) -> bool
fn eq(&self, other: &DivisionChild) -> bool
self and other values to be equal, and is used
by ==.source§impl PartialOrd<DivisionChild> for DivisionChild
impl PartialOrd<DivisionChild> for DivisionChild
source§fn partial_cmp(&self, other: &DivisionChild) -> Option<Ordering>
fn partial_cmp(&self, other: &DivisionChild) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self and other) and is used by the <=
operator. Read more