Struct html::media::ImageMapArea
source · #[non_exhaustive]pub struct ImageMapArea { /* private fields */ }Expand description
The HTML <area> element
Implementations§
source§impl ImageMapArea
impl ImageMapArea
sourcepub fn builder() -> ImageMapAreaBuilder
pub fn builder() -> ImageMapAreaBuilder
Create a new builder
source§impl ImageMapArea
impl ImageMapArea
source§impl ImageMapArea
impl ImageMapArea
sourcepub fn set_alt(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_alt(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the alt attribute
sourcepub fn set_coords(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_coords(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the coords attribute
sourcepub fn set_shape(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_shape(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the shape attribute
sourcepub fn set_href(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_href(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the href attribute
sourcepub fn set_target(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_target(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the target attribute
sourcepub fn set_download(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_download(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the download attribute
sourcepub fn set_ping(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_ping(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the ping attribute
sourcepub fn set_rel(&mut self, value: Option<impl Into<Cow<'static, str>>>)
pub fn set_rel(&mut self, value: Option<impl Into<Cow<'static, str>>>)
Set the value of the rel attribute
sourcepub fn referrerpolicy(&self) -> Option<&str>
pub fn referrerpolicy(&self) -> Option<&str>
Get the value of the referrerpolicy attribute
sourcepub fn set_referrerpolicy(
&mut self,
value: Option<impl Into<Cow<'static, str>>>
)
pub fn set_referrerpolicy( &mut self, value: Option<impl Into<Cow<'static, str>>> )
Set the value of the referrerpolicy attribute
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
Trait Implementations§
source§impl Clone for ImageMapArea
impl Clone for ImageMapArea
source§fn clone(&self) -> ImageMapArea
fn clone(&self) -> ImageMapArea
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ImageMapArea
impl Debug for ImageMapArea
source§impl Default for ImageMapArea
impl Default for ImageMapArea
source§fn default() -> ImageMapArea
fn default() -> ImageMapArea
source§impl Display for ImageMapArea
impl Display for ImageMapArea
source§impl From<ImageMapArea> for AbbreviationChild
impl From<ImageMapArea> for AbbreviationChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for AddressChild
impl From<ImageMapArea> for AddressChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for AnchorChild
impl From<ImageMapArea> for AnchorChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for ArticleChild
impl From<ImageMapArea> for ArticleChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for AsideChild
impl From<ImageMapArea> for AsideChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for AudioChild
impl From<ImageMapArea> for AudioChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for BidirectionalIsolateChild
impl From<ImageMapArea> for BidirectionalIsolateChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for BidirectionalTextOverrideChild
impl From<ImageMapArea> for BidirectionalTextOverrideChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for BlockQuoteChild
impl From<ImageMapArea> for BlockQuoteChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for BodyChild
impl From<ImageMapArea> for BodyChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for BoldChild
impl From<ImageMapArea> for BoldChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for ButtonChild
impl From<ImageMapArea> for ButtonChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for CanvasChild
impl From<ImageMapArea> for CanvasChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for CaptionChild
impl From<ImageMapArea> for CaptionChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for CiteChild
impl From<ImageMapArea> for CiteChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for CodeChild
impl From<ImageMapArea> for CodeChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for DataChild
impl From<ImageMapArea> for DataChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for DataListChild
impl From<ImageMapArea> for DataListChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for DefinitionChild
impl From<ImageMapArea> for DefinitionChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for DeletedTextChild
impl From<ImageMapArea> for DeletedTextChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for DescriptionDetailsChild
impl From<ImageMapArea> for DescriptionDetailsChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for DescriptionTermChild
impl From<ImageMapArea> for DescriptionTermChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for DetailsChild
impl From<ImageMapArea> for DetailsChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for DialogChild
impl From<ImageMapArea> for DialogChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for DivisionChild
impl From<ImageMapArea> for DivisionChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for EmphasisChild
impl From<ImageMapArea> for EmphasisChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for FieldsetChild
impl From<ImageMapArea> for FieldsetChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for FigureCaptionChild
impl From<ImageMapArea> for FigureCaptionChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for FigureChild
impl From<ImageMapArea> for FigureChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for FormChild
impl From<ImageMapArea> for FormChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for HeaderChild
impl From<ImageMapArea> for HeaderChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for Heading1Child
impl From<ImageMapArea> for Heading1Child
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for Heading2Child
impl From<ImageMapArea> for Heading2Child
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for Heading3Child
impl From<ImageMapArea> for Heading3Child
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for Heading4Child
impl From<ImageMapArea> for Heading4Child
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for Heading5Child
impl From<ImageMapArea> for Heading5Child
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for Heading6Child
impl From<ImageMapArea> for Heading6Child
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for ImageMapArea
impl From<ImageMapArea> for ImageMapArea
source§fn from(sys: ImageMapArea) -> Self
fn from(sys: ImageMapArea) -> Self
source§impl From<ImageMapArea> for ImageMapChild
impl From<ImageMapArea> for ImageMapChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for InsertedTextChild
impl From<ImageMapArea> for InsertedTextChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for ItalicChild
impl From<ImageMapArea> for ItalicChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for KeyboardInputChild
impl From<ImageMapArea> for KeyboardInputChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
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<ImageMapArea> for LegendChild
impl From<ImageMapArea> for LegendChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for ListItemChild
impl From<ImageMapArea> for ListItemChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for MainChild
impl From<ImageMapArea> for MainChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for MarkTextChild
impl From<ImageMapArea> for MarkTextChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for MeterChild
impl From<ImageMapArea> for MeterChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for NoScriptChild
impl From<ImageMapArea> for NoScriptChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for ObjectChild
impl From<ImageMapArea> for ObjectChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for OutputChild
impl From<ImageMapArea> for OutputChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for ParagraphChild
impl From<ImageMapArea> for ParagraphChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for PreformattedTextChild
impl From<ImageMapArea> for PreformattedTextChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for ProgressChild
impl From<ImageMapArea> for ProgressChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for QuotationChild
impl From<ImageMapArea> for QuotationChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for RubyTextChild
impl From<ImageMapArea> for RubyTextChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
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<ImageMapArea> for SearchChild
impl From<ImageMapArea> for SearchChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for SectionChild
impl From<ImageMapArea> for SectionChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for SideCommentChild
impl From<ImageMapArea> for SideCommentChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for SlotChild
impl From<ImageMapArea> for SlotChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for SpanChild
impl From<ImageMapArea> for SpanChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for StrikeThroughChild
impl From<ImageMapArea> for StrikeThroughChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for StrongChild
impl From<ImageMapArea> for StrongChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for SubScriptChild
impl From<ImageMapArea> for SubScriptChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for SummaryChild
impl From<ImageMapArea> for SummaryChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for SuperScriptChild
impl From<ImageMapArea> for SuperScriptChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for TableCellChild
impl From<ImageMapArea> for TableCellChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for TableHeaderChild
impl From<ImageMapArea> for TableHeaderChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for TimeChild
impl From<ImageMapArea> for TimeChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for UnderlineChild
impl From<ImageMapArea> for UnderlineChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for VariableChild
impl From<ImageMapArea> for VariableChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl From<ImageMapArea> for VideoChild
impl From<ImageMapArea> for VideoChild
source§fn from(value: ImageMapArea) -> Self
fn from(value: ImageMapArea) -> Self
source§impl Into<ImageMapArea> for ImageMapArea
impl Into<ImageMapArea> for ImageMapArea
source§fn into(self) -> ImageMapArea
fn into(self) -> ImageMapArea
source§impl PartialEq<ImageMapArea> for ImageMapArea
impl PartialEq<ImageMapArea> for ImageMapArea
source§fn eq(&self, other: &ImageMapArea) -> bool
fn eq(&self, other: &ImageMapArea) -> bool
self and other values to be equal, and is used
by ==.