Enum html::forms::children::LabelChild
source · pub enum LabelChild {
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),
TextArea(TextArea),
Time(Time),
Underline(Underline),
Variable(Variable),
Video(Video),
Text(Cow<'static, str>),
}Expand description
The permitted child items for the Label 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
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
Text(Cow<'static, str>)
The Text element
Trait Implementations§
source§impl Clone for LabelChild
impl Clone for LabelChild
source§fn clone(&self) -> LabelChild
fn clone(&self) -> LabelChild
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for LabelChild
impl Debug for LabelChild
source§impl Display for LabelChild
impl Display for LabelChild
source§impl From<&'static str> for LabelChild
impl From<&'static str> for LabelChild
source§impl From<Abbreviation> for LabelChild
impl From<Abbreviation> for LabelChild
source§fn from(value: Abbreviation) -> Self
fn from(value: Abbreviation) -> Self
source§impl From<Anchor> for LabelChild
impl From<Anchor> for LabelChild
source§impl From<Audio> for LabelChild
impl From<Audio> for LabelChild
source§impl From<BidirectionalIsolate> for LabelChild
impl From<BidirectionalIsolate> for LabelChild
source§fn from(value: BidirectionalIsolate) -> Self
fn from(value: BidirectionalIsolate) -> Self
source§impl From<BidirectionalTextOverride> for LabelChild
impl From<BidirectionalTextOverride> for LabelChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<Bold> for LabelChild
impl From<Bold> for LabelChild
source§impl From<Button> for LabelChild
impl From<Button> for LabelChild
source§impl From<Canvas> for LabelChild
impl From<Canvas> for LabelChild
source§impl From<Cite> for LabelChild
impl From<Cite> for LabelChild
source§impl From<Code> for LabelChild
impl From<Code> for LabelChild
source§impl From<Data> for LabelChild
impl From<Data> for LabelChild
source§impl From<DataList> for LabelChild
impl From<DataList> for LabelChild
source§impl From<Definition> for LabelChild
impl From<Definition> for LabelChild
source§fn from(value: Definition) -> Self
fn from(value: Definition) -> Self
source§impl From<DeletedText> for LabelChild
impl From<DeletedText> for LabelChild
source§fn from(value: DeletedText) -> Self
fn from(value: DeletedText) -> Self
source§impl From<Embed> for LabelChild
impl From<Embed> for LabelChild
source§impl From<Emphasis> for LabelChild
impl From<Emphasis> for LabelChild
source§impl From<Iframe> for LabelChild
impl From<Iframe> for LabelChild
source§impl From<Image> for LabelChild
impl From<Image> for LabelChild
source§impl From<ImageMap> for LabelChild
impl From<ImageMap> for LabelChild
source§impl From<ImageMapArea> for LabelChild
impl From<ImageMapArea> for LabelChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<Input> for LabelChild
impl From<Input> for LabelChild
source§impl From<InsertedText> for LabelChild
impl From<InsertedText> for LabelChild
source§fn from(value: InsertedText) -> Self
fn from(value: InsertedText) -> Self
source§impl From<Italic> for LabelChild
impl From<Italic> for LabelChild
source§impl From<KeyboardInput> for LabelChild
impl From<KeyboardInput> for LabelChild
source§fn from(value: KeyboardInput) -> Self
fn from(value: KeyboardInput) -> Self
source§impl From<Label> for LabelChild
impl From<Label> for LabelChild
source§impl From<LineBreak> for LabelChild
impl From<LineBreak> for LabelChild
source§impl From<LineBreakOpportunity> for LabelChild
impl From<LineBreakOpportunity> for LabelChild
source§fn from(value: LineBreakOpportunity) -> Self
fn from(value: LineBreakOpportunity) -> Self
source§impl From<Link> for LabelChild
impl From<Link> for LabelChild
source§impl From<MarkText> for LabelChild
impl From<MarkText> for LabelChild
source§impl From<Meta> for LabelChild
impl From<Meta> for LabelChild
source§impl From<Meter> for LabelChild
impl From<Meter> for LabelChild
source§impl From<NoScript> for LabelChild
impl From<NoScript> for LabelChild
source§impl From<Object> for LabelChild
impl From<Object> for LabelChild
source§impl From<Output> for LabelChild
impl From<Output> for LabelChild
source§impl From<Picture> for LabelChild
impl From<Picture> for LabelChild
source§impl From<Progress> for LabelChild
impl From<Progress> for LabelChild
source§impl From<Quotation> for LabelChild
impl From<Quotation> for LabelChild
source§impl From<RubyAnnotation> for LabelChild
impl From<RubyAnnotation> for LabelChild
source§fn from(value: RubyAnnotation) -> Self
fn from(value: RubyAnnotation) -> Self
source§impl From<SampleOutput> for LabelChild
impl From<SampleOutput> for LabelChild
source§fn from(value: SampleOutput) -> Self
fn from(value: SampleOutput) -> Self
source§impl From<Script> for LabelChild
impl From<Script> for LabelChild
source§impl From<Select> for LabelChild
impl From<Select> for LabelChild
source§impl From<SideComment> for LabelChild
impl From<SideComment> for LabelChild
source§fn from(value: SideComment) -> Self
fn from(value: SideComment) -> Self
source§impl From<Slot> for LabelChild
impl From<Slot> for LabelChild
source§impl From<Span> for LabelChild
impl From<Span> for LabelChild
source§impl From<StrikeThrough> for LabelChild
impl From<StrikeThrough> for LabelChild
source§fn from(value: StrikeThrough) -> Self
fn from(value: StrikeThrough) -> Self
source§impl From<String> for LabelChild
impl From<String> for LabelChild
source§impl From<Strong> for LabelChild
impl From<Strong> for LabelChild
source§impl From<SubScript> for LabelChild
impl From<SubScript> for LabelChild
source§impl From<SuperScript> for LabelChild
impl From<SuperScript> for LabelChild
source§fn from(value: SuperScript) -> Self
fn from(value: SuperScript) -> Self
source§impl From<Template> for LabelChild
impl From<Template> for LabelChild
source§impl From<TextArea> for LabelChild
impl From<TextArea> for LabelChild
source§impl From<Time> for LabelChild
impl From<Time> for LabelChild
source§impl From<Underline> for LabelChild
impl From<Underline> for LabelChild
source§impl From<Variable> for LabelChild
impl From<Variable> for LabelChild
source§impl From<Video> for LabelChild
impl From<Video> for LabelChild
source§impl PartialEq<LabelChild> for LabelChild
impl PartialEq<LabelChild> for LabelChild
source§fn eq(&self, other: &LabelChild) -> bool
fn eq(&self, other: &LabelChild) -> bool
self and other values to be equal, and is used
by ==.