Struct web_sys::HtmlMapElement 
source · #[repr(transparent)]pub struct HtmlMapElement { /* private fields */ }Expand description
The HTMLMapElement object
This API requires the following crate features to be activated: HtmlMapElement
Implementations§
source§impl HtmlMapElement
 
impl HtmlMapElement
source§impl HtmlMapElement
 
impl HtmlMapElement
source§impl HtmlMapElement
 
impl HtmlMapElement
sourcepub fn areas(&self) -> HtmlCollection
 
pub fn areas(&self) -> HtmlCollection
The areas getter
This API requires the following crate features to be activated: HtmlCollection, HtmlMapElement
Trait Implementations§
source§impl AsRef<Element> for HtmlMapElement
 
impl AsRef<Element> for HtmlMapElement
source§impl AsRef<EventTarget> for HtmlMapElement
 
impl AsRef<EventTarget> for HtmlMapElement
source§fn as_ref(&self) -> &EventTarget
 
fn as_ref(&self) -> &EventTarget
Converts this type into a shared reference of the (usually inferred) input type.
source§impl AsRef<HtmlElement> for HtmlMapElement
 
impl AsRef<HtmlElement> for HtmlMapElement
source§fn as_ref(&self) -> &HtmlElement
 
fn as_ref(&self) -> &HtmlElement
Converts this type into a shared reference of the (usually inferred) input type.
source§impl AsRef<JsValue> for HtmlMapElement
 
impl AsRef<JsValue> for HtmlMapElement
source§impl AsRef<Node> for HtmlMapElement
 
impl AsRef<Node> for HtmlMapElement
source§impl AsRef<Object> for HtmlMapElement
 
impl AsRef<Object> for HtmlMapElement
source§impl Clone for HtmlMapElement
 
impl Clone for HtmlMapElement
source§fn clone(&self) -> HtmlMapElement
 
fn clone(&self) -> HtmlMapElement
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 HtmlMapElement
 
impl Debug for HtmlMapElement
source§impl From<HtmlMapElement> for Element
 
impl From<HtmlMapElement> for Element
source§fn from(obj: HtmlMapElement) -> Element
 
fn from(obj: HtmlMapElement) -> Element
Converts to this type from the input type.
source§impl From<HtmlMapElement> for EventTarget
 
impl From<HtmlMapElement> for EventTarget
source§fn from(obj: HtmlMapElement) -> EventTarget
 
fn from(obj: HtmlMapElement) -> EventTarget
Converts to this type from the input type.
source§impl From<HtmlMapElement> for HtmlElement
 
impl From<HtmlMapElement> for HtmlElement
source§fn from(obj: HtmlMapElement) -> HtmlElement
 
fn from(obj: HtmlMapElement) -> HtmlElement
Converts to this type from the input type.
source§impl From<HtmlMapElement> for JsValue
 
impl From<HtmlMapElement> for JsValue
source§fn from(obj: HtmlMapElement) -> JsValue
 
fn from(obj: HtmlMapElement) -> JsValue
Converts to this type from the input type.
source§impl From<HtmlMapElement> for Node
 
impl From<HtmlMapElement> for Node
source§fn from(obj: HtmlMapElement) -> Node
 
fn from(obj: HtmlMapElement) -> Node
Converts to this type from the input type.
source§impl From<HtmlMapElement> for Object
 
impl From<HtmlMapElement> for Object
source§fn from(obj: HtmlMapElement) -> Object
 
fn from(obj: HtmlMapElement) -> Object
Converts to this type from the input type.
source§impl From<JsValue> for HtmlMapElement
 
impl From<JsValue> for HtmlMapElement
source§fn from(obj: JsValue) -> HtmlMapElement
 
fn from(obj: JsValue) -> HtmlMapElement
Converts to this type from the input type.
source§impl FromWasmAbi for HtmlMapElement
 
impl FromWasmAbi for HtmlMapElement
source§impl<'a> IntoWasmAbi for &'a HtmlMapElement
 
impl<'a> IntoWasmAbi for &'a HtmlMapElement
source§impl IntoWasmAbi for HtmlMapElement
 
impl IntoWasmAbi for HtmlMapElement
source§impl JsCast for HtmlMapElement
 
impl JsCast for HtmlMapElement
source§fn instanceof(val: &JsValue) -> bool
 
fn instanceof(val: &JsValue) -> bool
Performs a dynamic 
instanceof check to see whether the JsValue
provided is an instance of this type. Read moresource§fn unchecked_from_js(val: JsValue) -> Self
 
fn unchecked_from_js(val: JsValue) -> Self
source§fn unchecked_from_js_ref(val: &JsValue) -> &Self
 
fn unchecked_from_js_ref(val: &JsValue) -> &Self
source§fn is_instance_of<T>(&self) -> boolwhere
    T: JsCast,
 
fn is_instance_of<T>(&self) -> boolwhere
    T: JsCast,
Test whether this JS value is an instance of the type 
T. Read moresource§fn dyn_into<T>(self) -> Result<T, Self>where
    T: JsCast,
 
fn dyn_into<T>(self) -> Result<T, Self>where
    T: JsCast,
Performs a dynamic cast (checked at runtime) of this value into the
target type 
T. Read moresource§fn dyn_ref<T>(&self) -> Option<&T>where
    T: JsCast,
 
fn dyn_ref<T>(&self) -> Option<&T>where
    T: JsCast,
Performs a dynamic cast (checked at runtime) of this value into the
target type 
T. Read moresource§fn unchecked_into<T>(self) -> Twhere
    T: JsCast,
 
fn unchecked_into<T>(self) -> Twhere
    T: JsCast,
Performs a zero-cost unchecked cast into the specified type. Read more
source§impl OptionFromWasmAbi for HtmlMapElement
 
impl OptionFromWasmAbi for HtmlMapElement
source§impl<'a> OptionIntoWasmAbi for &'a HtmlMapElement
 
impl<'a> OptionIntoWasmAbi for &'a HtmlMapElement
source§impl OptionIntoWasmAbi for HtmlMapElement
 
impl OptionIntoWasmAbi for HtmlMapElement
source§impl RefFromWasmAbi for HtmlMapElement
 
impl RefFromWasmAbi for HtmlMapElement
§type Abi = <JsValue as RefFromWasmAbi>::Abi
 
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to 
Self are recovered from.§type Anchor = ManuallyDrop<HtmlMapElement>
 
type Anchor = ManuallyDrop<HtmlMapElement>
The type that holds the reference to 
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous. Read moreAuto Trait Implementations§
impl RefUnwindSafe for HtmlMapElement
impl !Send for HtmlMapElement
impl !Sync for HtmlMapElement
impl Unpin for HtmlMapElement
impl UnwindSafe for HtmlMapElement
Blanket Implementations§
source§impl<T> ReturnWasmAbi for Twhere
    T: IntoWasmAbi,
 
impl<T> ReturnWasmAbi for Twhere
    T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
 
type Abi = <T as IntoWasmAbi>::Abi
Same as 
IntoWasmAbi::Abisource§fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
 
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
Same as 
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more