Enum html::inline_text::children::AnchorChild
source · pub enum AnchorChild {
}Expand description
The permitted child items for the Anchor element
Variants§
Anchor(Anchor)
The Anchor element
Audio(Audio)
The Audio element
Button(Button)
The Button element
Details(Details)
The Details element
Embed(Embed)
The Embed element
Iframe(Iframe)
The Iframe element
Image(Image)
The Image element
Input(Input)
The Input element
Label(Label)
The Label element
Select(Select)
The Select element
Text(Cow<'static, str>)
The Text element
TextArea(TextArea)
The TextArea element
Video(Video)
The Video element
Trait Implementations§
source§impl Clone for AnchorChild
impl Clone for AnchorChild
source§fn clone(&self) -> AnchorChild
fn clone(&self) -> AnchorChild
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AnchorChild
impl Debug for AnchorChild
source§impl Display for AnchorChild
impl Display for AnchorChild
source§impl From<&'static str> for AnchorChild
impl From<&'static str> for AnchorChild
source§impl From<Anchor> for AnchorChild
impl From<Anchor> for AnchorChild
source§impl From<Audio> for AnchorChild
impl From<Audio> for AnchorChild
source§impl From<Button> for AnchorChild
impl From<Button> for AnchorChild
source§impl From<Details> for AnchorChild
impl From<Details> for AnchorChild
source§impl From<Embed> for AnchorChild
impl From<Embed> for AnchorChild
source§impl From<Iframe> for AnchorChild
impl From<Iframe> for AnchorChild
source§impl From<Image> for AnchorChild
impl From<Image> for AnchorChild
source§impl From<Input> for AnchorChild
impl From<Input> for AnchorChild
source§impl From<Label> for AnchorChild
impl From<Label> for AnchorChild
source§impl From<Select> for AnchorChild
impl From<Select> for AnchorChild
source§impl From<String> for AnchorChild
impl From<String> for AnchorChild
source§impl From<TextArea> for AnchorChild
impl From<TextArea> for AnchorChild
source§impl From<Video> for AnchorChild
impl From<Video> for AnchorChild
source§impl PartialEq<AnchorChild> for AnchorChild
impl PartialEq<AnchorChild> for AnchorChild
source§fn eq(&self, other: &AnchorChild) -> bool
fn eq(&self, other: &AnchorChild) -> bool
This method tests for
self and other values to be equal, and is used
by ==.