Enum html::content::children::HeaderChild
source · pub enum HeaderChild {
Show 86 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),
Link(Link),
Main(Main),
MarkText(MarkText),
Menu(Menu),
Meta(Meta),
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),
Search(Search),
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 Header 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
Link(Link)
The Link element
Main(Main)
The Main element
MarkText(MarkText)
The MarkText element
Menu(Menu)
The Menu element
Meta(Meta)
The Meta 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
Search(Search)
The Search 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 HeaderChild
impl Clone for HeaderChild
source§fn clone(&self) -> HeaderChild
fn clone(&self) -> HeaderChild
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for HeaderChild
impl Debug for HeaderChild
source§impl Display for HeaderChild
impl Display for HeaderChild
source§impl From<&'static str> for HeaderChild
impl From<&'static str> for HeaderChild
source§impl From<Abbreviation> for HeaderChild
impl From<Abbreviation> for HeaderChild
source§fn from(value: Abbreviation) -> Self
fn from(value: Abbreviation) -> Self
source§impl From<Address> for HeaderChild
impl From<Address> for HeaderChild
source§impl From<Anchor> for HeaderChild
impl From<Anchor> for HeaderChild
source§impl From<Article> for HeaderChild
impl From<Article> for HeaderChild
source§impl From<Aside> for HeaderChild
impl From<Aside> for HeaderChild
source§impl From<Audio> for HeaderChild
impl From<Audio> for HeaderChild
source§impl From<BidirectionalIsolate> for HeaderChild
impl From<BidirectionalIsolate> for HeaderChild
source§fn from(value: BidirectionalIsolate) -> Self
fn from(value: BidirectionalIsolate) -> Self
source§impl From<BidirectionalTextOverride> for HeaderChild
impl From<BidirectionalTextOverride> for HeaderChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BlockQuote> for HeaderChild
impl From<BlockQuote> for HeaderChild
source§fn from(value: BlockQuote) -> Self
fn from(value: BlockQuote) -> Self
source§impl From<Bold> for HeaderChild
impl From<Bold> for HeaderChild
source§impl From<Button> for HeaderChild
impl From<Button> for HeaderChild
source§impl From<Canvas> for HeaderChild
impl From<Canvas> for HeaderChild
source§impl From<Cite> for HeaderChild
impl From<Cite> for HeaderChild
source§impl From<Code> for HeaderChild
impl From<Code> for HeaderChild
source§impl From<Data> for HeaderChild
impl From<Data> for HeaderChild
source§impl From<DataList> for HeaderChild
impl From<DataList> for HeaderChild
source§impl From<Definition> for HeaderChild
impl From<Definition> for HeaderChild
source§fn from(value: Definition) -> Self
fn from(value: Definition) -> Self
source§impl From<DeletedText> for HeaderChild
impl From<DeletedText> for HeaderChild
source§fn from(value: DeletedText) -> Self
fn from(value: DeletedText) -> Self
source§impl From<DescriptionList> for HeaderChild
impl From<DescriptionList> for HeaderChild
source§fn from(value: DescriptionList) -> Self
fn from(value: DescriptionList) -> Self
source§impl From<Details> for HeaderChild
impl From<Details> for HeaderChild
source§impl From<Dialog> for HeaderChild
impl From<Dialog> for HeaderChild
source§impl From<Division> for HeaderChild
impl From<Division> for HeaderChild
source§impl From<Embed> for HeaderChild
impl From<Embed> for HeaderChild
source§impl From<Emphasis> for HeaderChild
impl From<Emphasis> for HeaderChild
source§impl From<Fieldset> for HeaderChild
impl From<Fieldset> for HeaderChild
source§impl From<Figure> for HeaderChild
impl From<Figure> for HeaderChild
source§impl From<Form> for HeaderChild
impl From<Form> for HeaderChild
source§impl From<Header> for HeaderChild
impl From<Header> for HeaderChild
source§impl From<Heading1> for HeaderChild
impl From<Heading1> for HeaderChild
source§impl From<Heading2> for HeaderChild
impl From<Heading2> for HeaderChild
source§impl From<Heading3> for HeaderChild
impl From<Heading3> for HeaderChild
source§impl From<Heading4> for HeaderChild
impl From<Heading4> for HeaderChild
source§impl From<Heading5> for HeaderChild
impl From<Heading5> for HeaderChild
source§impl From<Heading6> for HeaderChild
impl From<Heading6> for HeaderChild
source§impl From<HeadingGroup> for HeaderChild
impl From<HeadingGroup> for HeaderChild
source§fn from(value: HeadingGroup) -> Self
fn from(value: HeadingGroup) -> Self
source§impl From<Iframe> for HeaderChild
impl From<Iframe> for HeaderChild
source§impl From<Image> for HeaderChild
impl From<Image> for HeaderChild
source§impl From<ImageMap> for HeaderChild
impl From<ImageMap> for HeaderChild
source§impl From<ImageMapArea> for HeaderChild
impl From<ImageMapArea> for HeaderChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<Input> for HeaderChild
impl From<Input> for HeaderChild
source§impl From<InsertedText> for HeaderChild
impl From<InsertedText> for HeaderChild
source§fn from(value: InsertedText) -> Self
fn from(value: InsertedText) -> Self
source§impl From<Italic> for HeaderChild
impl From<Italic> for HeaderChild
source§impl From<KeyboardInput> for HeaderChild
impl From<KeyboardInput> for HeaderChild
source§fn from(value: KeyboardInput) -> Self
fn from(value: KeyboardInput) -> Self
source§impl From<Label> for HeaderChild
impl From<Label> for HeaderChild
source§impl From<LineBreak> for HeaderChild
impl From<LineBreak> for HeaderChild
source§impl From<LineBreakOpportunity> for HeaderChild
impl From<LineBreakOpportunity> for HeaderChild
source§fn from(value: LineBreakOpportunity) -> Self
fn from(value: LineBreakOpportunity) -> Self
source§impl From<Link> for HeaderChild
impl From<Link> for HeaderChild
source§impl From<Main> for HeaderChild
impl From<Main> for HeaderChild
source§impl From<MarkText> for HeaderChild
impl From<MarkText> for HeaderChild
source§impl From<Menu> for HeaderChild
impl From<Menu> for HeaderChild
source§impl From<Meta> for HeaderChild
impl From<Meta> for HeaderChild
source§impl From<Meter> for HeaderChild
impl From<Meter> for HeaderChild
source§fn from(value: Navigation) -> Self
fn from(value: Navigation) -> Self
source§impl From<NoScript> for HeaderChild
impl From<NoScript> for HeaderChild
source§impl From<Object> for HeaderChild
impl From<Object> for HeaderChild
source§impl From<OrderedList> for HeaderChild
impl From<OrderedList> for HeaderChild
source§fn from(value: OrderedList) -> Self
fn from(value: OrderedList) -> Self
source§impl From<Output> for HeaderChild
impl From<Output> for HeaderChild
source§impl From<Paragraph> for HeaderChild
impl From<Paragraph> for HeaderChild
source§impl From<Picture> for HeaderChild
impl From<Picture> for HeaderChild
source§impl From<PreformattedText> for HeaderChild
impl From<PreformattedText> for HeaderChild
source§fn from(value: PreformattedText) -> Self
fn from(value: PreformattedText) -> Self
source§impl From<Progress> for HeaderChild
impl From<Progress> for HeaderChild
source§impl From<Quotation> for HeaderChild
impl From<Quotation> for HeaderChild
source§impl From<RubyAnnotation> for HeaderChild
impl From<RubyAnnotation> for HeaderChild
source§fn from(value: RubyAnnotation) -> Self
fn from(value: RubyAnnotation) -> Self
source§impl From<SampleOutput> for HeaderChild
impl From<SampleOutput> for HeaderChild
source§fn from(value: SampleOutput) -> Self
fn from(value: SampleOutput) -> Self
source§impl From<Script> for HeaderChild
impl From<Script> for HeaderChild
source§impl From<Search> for HeaderChild
impl From<Search> for HeaderChild
source§impl From<Section> for HeaderChild
impl From<Section> for HeaderChild
source§impl From<Select> for HeaderChild
impl From<Select> for HeaderChild
source§impl From<SideComment> for HeaderChild
impl From<SideComment> for HeaderChild
source§fn from(value: SideComment) -> Self
fn from(value: SideComment) -> Self
source§impl From<Slot> for HeaderChild
impl From<Slot> for HeaderChild
source§impl From<Span> for HeaderChild
impl From<Span> for HeaderChild
source§impl From<StrikeThrough> for HeaderChild
impl From<StrikeThrough> for HeaderChild
source§fn from(value: StrikeThrough) -> Self
fn from(value: StrikeThrough) -> Self
source§impl From<String> for HeaderChild
impl From<String> for HeaderChild
source§impl From<Strong> for HeaderChild
impl From<Strong> for HeaderChild
source§impl From<SubScript> for HeaderChild
impl From<SubScript> for HeaderChild
source§impl From<SuperScript> for HeaderChild
impl From<SuperScript> for HeaderChild
source§fn from(value: SuperScript) -> Self
fn from(value: SuperScript) -> Self
source§impl From<Table> for HeaderChild
impl From<Table> for HeaderChild
source§impl From<Template> for HeaderChild
impl From<Template> for HeaderChild
source§impl From<TextArea> for HeaderChild
impl From<TextArea> for HeaderChild
source§impl From<ThematicBreak> for HeaderChild
impl From<ThematicBreak> for HeaderChild
source§fn from(value: ThematicBreak) -> Self
fn from(value: ThematicBreak) -> Self
source§impl From<Time> for HeaderChild
impl From<Time> for HeaderChild
source§impl From<Underline> for HeaderChild
impl From<Underline> for HeaderChild
source§impl From<UnorderedList> for HeaderChild
impl From<UnorderedList> for HeaderChild
source§fn from(value: UnorderedList) -> Self
fn from(value: UnorderedList) -> Self
source§impl From<Variable> for HeaderChild
impl From<Variable> for HeaderChild
source§impl From<Video> for HeaderChild
impl From<Video> for HeaderChild
source§impl PartialEq<HeaderChild> for HeaderChild
impl PartialEq<HeaderChild> for HeaderChild
source§fn eq(&self, other: &HeaderChild) -> bool
fn eq(&self, other: &HeaderChild) -> bool
self and other values to be equal, and is used
by ==.