pub enum ButtonChild {
Show 55 variants
Abbreviation(Abbreviation),
Anchor(Anchor),
Audio(Audio),
BidirectionalIsolate(BidirectionalIsolate),
BidirectionalTextOverride(BidirectionalTextOverride),
Bold(Bold),
Button(Button),
Canvas(Canvas),
Cite(Cite),
Code(Code),
Data(Data),
DataList(DataList),
Definition(Definition),
DeletedText(DeletedText),
Embed(Embed),
Emphasis(Emphasis),
Iframe(Iframe),
Image(Image),
ImageMap(ImageMap),
ImageMapArea(ImageMapArea),
Input(Input),
InsertedText(InsertedText),
Italic(Italic),
KeyboardInput(KeyboardInput),
Label(Label),
LineBreak(LineBreak),
LineBreakOpportunity(LineBreakOpportunity),
Link(Link),
MarkText(MarkText),
Meta(Meta),
Meter(Meter),
NoScript(NoScript),
Object(Object),
Output(Output),
Picture(Picture),
Progress(Progress),
Quotation(Quotation),
RubyAnnotation(RubyAnnotation),
SampleOutput(SampleOutput),
Script(Script),
Select(Select),
SideComment(SideComment),
Slot(Slot),
Span(Span),
StrikeThrough(StrikeThrough),
Strong(Strong),
SubScript(SubScript),
SuperScript(SuperScript),
Template(Template),
Text(Cow<'static, str>),
TextArea(TextArea),
Time(Time),
Underline(Underline),
Variable(Variable),
Video(Video),
}Expand description
The permitted child items for the Button element
Variants§
Abbreviation(Abbreviation)
The Abbreviation element
Anchor(Anchor)
The Anchor element
Audio(Audio)
The Audio element
BidirectionalIsolate(BidirectionalIsolate)
The BidirectionalIsolate element
BidirectionalTextOverride(BidirectionalTextOverride)
The BidirectionalTextOverride 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
Embed(Embed)
The Embed element
Emphasis(Emphasis)
The Emphasis 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
MarkText(MarkText)
The MarkText element
Meta(Meta)
The Meta element
Meter(Meter)
The Meter element
NoScript(NoScript)
The NoScript element
Object(Object)
The Object element
Output(Output)
The Output element
Picture(Picture)
The Picture 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
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
Template(Template)
The Template element
Text(Cow<'static, str>)
The Text element
TextArea(TextArea)
The TextArea element
Time(Time)
The Time element
Underline(Underline)
The Underline element
Variable(Variable)
The Variable element
Video(Video)
The Video element
Trait Implementations§
Source§impl Clone for ButtonChild
impl Clone for ButtonChild
Source§fn clone(&self) -> ButtonChild
fn clone(&self) -> ButtonChild
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more