Struct html::inline_text::BidirectionalTextOverride
source · #[non_exhaustive]pub struct BidirectionalTextOverride { /* private fields */ }Expand description
The HTML <bdo> element
Implementations§
source§impl BidirectionalTextOverride
impl BidirectionalTextOverride
sourcepub fn builder() -> BidirectionalTextOverrideBuilder
pub fn builder() -> BidirectionalTextOverrideBuilder
Create a new builder
source§impl BidirectionalTextOverride
impl BidirectionalTextOverride
sourcepub fn access_key(&self) -> Option<&str>
pub fn access_key(&self) -> Option<&str>
Get the value of the accesskey attribute
sourcepub fn set_access_key(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_access_key(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the accesskey attribute
sourcepub fn auto_capitalize(&self) -> Option<&str>
pub fn auto_capitalize(&self) -> Option<&str>
Get the value of the autocapitalize attribute
sourcepub fn set_auto_capitalize(
&mut self,
value: Option<impl Into<Cow<'static, str>>>
)
pub fn set_auto_capitalize( &mut self, value: Option<impl Into<Cow<'static, str>>> )
Set the value of the autocapitalize attribute
sourcepub fn set_autofocus(&mut self, value: bool)
pub fn set_autofocus(&mut self, value: bool)
Set the value of the autofocus attribute
sourcepub fn set_class(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_class(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the class attribute
sourcepub fn content_editable(&self) -> Option<&str>
pub fn content_editable(&self) -> Option<&str>
Get the value of the contenteditable attribute
sourcepub fn set_content_editable(
&mut self,
value: Option<impl Into<Cow<'static, str>>>
)
pub fn set_content_editable( &mut self, value: Option<impl Into<Cow<'static, str>>> )
Set the value of the contenteditable attribute
sourcepub fn set_direction(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_direction(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the dir attribute
sourcepub fn set_draggable(&mut self, value: bool)
pub fn set_draggable(&mut self, value: bool)
Set the value of the draggable attribute
sourcepub fn enter_key_hint(&self) -> Option<&str>
pub fn enter_key_hint(&self) -> Option<&str>
Get the value of the enterkeyhint attribute
sourcepub fn set_enter_key_hint(
&mut self,
value: Option<impl Into<Cow<'static, str>>>
)
pub fn set_enter_key_hint( &mut self, value: Option<impl Into<Cow<'static, str>>> )
Set the value of the enterkeyhint attribute
sourcepub fn export_parts(&self) -> Option<&str>
pub fn export_parts(&self) -> Option<&str>
Get the value of the exportparts attribute
sourcepub fn set_export_parts(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_export_parts(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the exportparts attribute
Get the value of the hidden attribute
Set the value of the hidden attribute
sourcepub fn set_id(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_id(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the id attribute
sourcepub fn input_mode(&self) -> Option<&str>
pub fn input_mode(&self) -> Option<&str>
Get the value of the inputmode attribute
sourcepub fn set_input_mode(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_input_mode(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the inputmode attribute
sourcepub fn set_is_(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_is_(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the is attribute
sourcepub fn set_item_id(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_item_id(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the itemid attribute
sourcepub fn set_item_prop(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_item_prop(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the itemprop attribute
sourcepub fn set_item_ref(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_item_ref(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the itemref attribute
sourcepub fn item_scope(&self) -> Option<&str>
pub fn item_scope(&self) -> Option<&str>
Get the value of the itemscope attribute
sourcepub fn set_item_scope(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_item_scope(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the itemscope attribute
sourcepub fn set_item_type(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_item_type(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the itemtype attribute
sourcepub fn set_lang(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_lang(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the lang attribute
sourcepub fn set_nonce(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_nonce(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the nonce attribute
sourcepub fn set_part(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_part(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the part attribute
sourcepub fn set_slot(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_slot(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the slot attribute
sourcepub fn spellcheck(&self) -> Option<&str>
pub fn spellcheck(&self) -> Option<&str>
Get the value of the spellcheck attribute
sourcepub fn set_spellcheck(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_spellcheck(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the spellcheck attribute
sourcepub fn set_style(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_style(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the style attribute
sourcepub fn set_tab_index(&mut self, value: Option<i64>)
pub fn set_tab_index(&mut self, value: Option<i64>)
Set the value of the tabindex attribute
sourcepub fn set_title(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_title(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the title attribute
sourcepub fn set_translate(&mut self, value: bool)
pub fn set_translate(&mut self, value: bool)
Set the value of the translate attribute
source§impl BidirectionalTextOverride
impl BidirectionalTextOverride
sourcepub fn children(&self) -> &[BidirectionalTextOverrideChild]
pub fn children(&self) -> &[BidirectionalTextOverrideChild]
Access the element’s children
sourcepub fn children_mut(&mut self) -> &mut Vec<BidirectionalTextOverrideChild>
pub fn children_mut(&mut self) -> &mut Vec<BidirectionalTextOverrideChild>
Mutably access the element’s children
Trait Implementations§
source§impl Clone for BidirectionalTextOverride
impl Clone for BidirectionalTextOverride
source§fn clone(&self) -> BidirectionalTextOverride
fn clone(&self) -> BidirectionalTextOverride
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for BidirectionalTextOverride
impl Debug for BidirectionalTextOverride
source§impl Default for BidirectionalTextOverride
impl Default for BidirectionalTextOverride
source§fn default() -> BidirectionalTextOverride
fn default() -> BidirectionalTextOverride
source§impl Display for BidirectionalTextOverride
impl Display for BidirectionalTextOverride
source§impl From<BidirectionalTextOverride> for AbbreviationChild
impl From<BidirectionalTextOverride> for AbbreviationChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for AddressChild
impl From<BidirectionalTextOverride> for AddressChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for AnchorChild
impl From<BidirectionalTextOverride> for AnchorChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for ArticleChild
impl From<BidirectionalTextOverride> for ArticleChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for AsideChild
impl From<BidirectionalTextOverride> for AsideChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for AudioChild
impl From<BidirectionalTextOverride> for AudioChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for BidirectionalIsolateChild
impl From<BidirectionalTextOverride> for BidirectionalIsolateChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for BidirectionalTextOverride
impl From<BidirectionalTextOverride> for BidirectionalTextOverride
source§fn from(sys: BidirectionalTextOverride) -> Self
fn from(sys: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for BidirectionalTextOverrideChild
impl From<BidirectionalTextOverride> for BidirectionalTextOverrideChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for BlockQuoteChild
impl From<BidirectionalTextOverride> for BlockQuoteChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for BodyChild
impl From<BidirectionalTextOverride> for BodyChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for BoldChild
impl From<BidirectionalTextOverride> for BoldChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for ButtonChild
impl From<BidirectionalTextOverride> for ButtonChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for CanvasChild
impl From<BidirectionalTextOverride> for CanvasChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for CaptionChild
impl From<BidirectionalTextOverride> for CaptionChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for CiteChild
impl From<BidirectionalTextOverride> for CiteChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for CodeChild
impl From<BidirectionalTextOverride> for CodeChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for DataChild
impl From<BidirectionalTextOverride> for DataChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for DataListChild
impl From<BidirectionalTextOverride> for DataListChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for DefinitionChild
impl From<BidirectionalTextOverride> for DefinitionChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for DeletedTextChild
impl From<BidirectionalTextOverride> for DeletedTextChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for DescriptionDetailsChild
impl From<BidirectionalTextOverride> for DescriptionDetailsChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for DescriptionTermChild
impl From<BidirectionalTextOverride> for DescriptionTermChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for DetailsChild
impl From<BidirectionalTextOverride> for DetailsChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for DialogChild
impl From<BidirectionalTextOverride> for DialogChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for DivisionChild
impl From<BidirectionalTextOverride> for DivisionChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for EmphasisChild
impl From<BidirectionalTextOverride> for EmphasisChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for FieldsetChild
impl From<BidirectionalTextOverride> for FieldsetChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for FigureCaptionChild
impl From<BidirectionalTextOverride> for FigureCaptionChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for FigureChild
impl From<BidirectionalTextOverride> for FigureChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for FormChild
impl From<BidirectionalTextOverride> for FormChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> 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<BidirectionalTextOverride> for Heading1Child
impl From<BidirectionalTextOverride> for Heading1Child
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for Heading2Child
impl From<BidirectionalTextOverride> for Heading2Child
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for Heading3Child
impl From<BidirectionalTextOverride> for Heading3Child
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for Heading4Child
impl From<BidirectionalTextOverride> for Heading4Child
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for Heading5Child
impl From<BidirectionalTextOverride> for Heading5Child
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for Heading6Child
impl From<BidirectionalTextOverride> for Heading6Child
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for ImageMapChild
impl From<BidirectionalTextOverride> for ImageMapChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for InsertedTextChild
impl From<BidirectionalTextOverride> for InsertedTextChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for ItalicChild
impl From<BidirectionalTextOverride> for ItalicChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for KeyboardInputChild
impl From<BidirectionalTextOverride> for KeyboardInputChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> 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<BidirectionalTextOverride> for LegendChild
impl From<BidirectionalTextOverride> for LegendChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for ListItemChild
impl From<BidirectionalTextOverride> for ListItemChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for MainChild
impl From<BidirectionalTextOverride> for MainChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for MarkTextChild
impl From<BidirectionalTextOverride> for MarkTextChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for MeterChild
impl From<BidirectionalTextOverride> for MeterChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for NoScriptChild
impl From<BidirectionalTextOverride> for NoScriptChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for ObjectChild
impl From<BidirectionalTextOverride> for ObjectChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for OutputChild
impl From<BidirectionalTextOverride> for OutputChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for ParagraphChild
impl From<BidirectionalTextOverride> for ParagraphChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for PreformattedTextChild
impl From<BidirectionalTextOverride> for PreformattedTextChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for ProgressChild
impl From<BidirectionalTextOverride> for ProgressChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for QuotationChild
impl From<BidirectionalTextOverride> for QuotationChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for RubyTextChild
impl From<BidirectionalTextOverride> for RubyTextChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> 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<BidirectionalTextOverride> for SearchChild
impl From<BidirectionalTextOverride> for SearchChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for SectionChild
impl From<BidirectionalTextOverride> for SectionChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for SideCommentChild
impl From<BidirectionalTextOverride> for SideCommentChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for SlotChild
impl From<BidirectionalTextOverride> for SlotChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for SpanChild
impl From<BidirectionalTextOverride> for SpanChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for StrikeThroughChild
impl From<BidirectionalTextOverride> for StrikeThroughChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for StrongChild
impl From<BidirectionalTextOverride> for StrongChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for SubScriptChild
impl From<BidirectionalTextOverride> for SubScriptChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for SummaryChild
impl From<BidirectionalTextOverride> for SummaryChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for SuperScriptChild
impl From<BidirectionalTextOverride> for SuperScriptChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for TableCellChild
impl From<BidirectionalTextOverride> for TableCellChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for TableHeaderChild
impl From<BidirectionalTextOverride> for TableHeaderChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for TimeChild
impl From<BidirectionalTextOverride> for TimeChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for UnderlineChild
impl From<BidirectionalTextOverride> for UnderlineChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for VariableChild
impl From<BidirectionalTextOverride> for VariableChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl From<BidirectionalTextOverride> for VideoChild
impl From<BidirectionalTextOverride> for VideoChild
source§fn from(value: BidirectionalTextOverride) -> Self
fn from(value: BidirectionalTextOverride) -> Self
source§impl Into<BidirectionalTextOverride> for BidirectionalTextOverride
impl Into<BidirectionalTextOverride> for BidirectionalTextOverride
source§fn into(self) -> BidirectionalTextOverride
fn into(self) -> BidirectionalTextOverride
source§impl PartialEq<BidirectionalTextOverride> for BidirectionalTextOverride
impl PartialEq<BidirectionalTextOverride> for BidirectionalTextOverride
source§fn eq(&self, other: &BidirectionalTextOverride) -> bool
fn eq(&self, other: &BidirectionalTextOverride) -> bool
self and other values to be equal, and is used
by ==.