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