pub struct Element { /* private fields */ }
Expand description
The Element
class.
This API requires the following crate features to be activated: Element
ImplementationsΒ§
SourceΒ§impl Element
impl Element
Sourcepub fn namespace_uri(&self) -> Option<String>
pub fn namespace_uri(&self) -> Option<String>
Getter for the namespaceURI
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn local_name(&self) -> String
pub fn local_name(&self) -> String
Getter for the localName
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn class_name(&self) -> String
pub fn class_name(&self) -> String
Getter for the className
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn set_class_name(&self, value: &str)
pub fn set_class_name(&self, value: &str)
Setter for the className
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn class_list(&self) -> DomTokenList
pub fn class_list(&self) -> DomTokenList
Getter for the classList
field of this object.
This API requires the following crate features to be activated: DomTokenList
, Element
SourceΒ§impl Element
impl Element
Sourcepub fn attributes(&self) -> NamedNodeMap
pub fn attributes(&self) -> NamedNodeMap
Getter for the attributes
field of this object.
This API requires the following crate features to be activated: Element
, NamedNodeMap
SourceΒ§impl Element
impl Element
Sourcepub fn scroll_top(&self) -> i32
pub fn scroll_top(&self) -> i32
Getter for the scrollTop
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn set_scroll_top(&self, value: i32)
pub fn set_scroll_top(&self, value: i32)
Setter for the scrollTop
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn scroll_left(&self) -> i32
pub fn scroll_left(&self) -> i32
Getter for the scrollLeft
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn set_scroll_left(&self, value: i32)
pub fn set_scroll_left(&self, value: i32)
Setter for the scrollLeft
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn scroll_width(&self) -> i32
pub fn scroll_width(&self) -> i32
Getter for the scrollWidth
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn scroll_height(&self) -> i32
pub fn scroll_height(&self) -> i32
Getter for the scrollHeight
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn client_top(&self) -> i32
pub fn client_top(&self) -> i32
Getter for the clientTop
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn client_left(&self) -> i32
pub fn client_left(&self) -> i32
Getter for the clientLeft
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn client_width(&self) -> i32
pub fn client_width(&self) -> i32
Getter for the clientWidth
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn client_height(&self) -> i32
pub fn client_height(&self) -> i32
Getter for the clientHeight
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn inner_html(&self) -> String
pub fn inner_html(&self) -> String
Getter for the innerHTML
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn set_inner_html(&self, value: &str)
pub fn set_inner_html(&self, value: &str)
Setter for the innerHTML
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn outer_html(&self) -> String
pub fn outer_html(&self) -> String
Getter for the outerHTML
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn set_outer_html(&self, value: &str)
pub fn set_outer_html(&self, value: &str)
Setter for the outerHTML
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn shadow_root(&self) -> Option<ShadowRoot>
pub fn shadow_root(&self) -> Option<ShadowRoot>
Getter for the shadowRoot
field of this object.
This API requires the following crate features to be activated: Element
, ShadowRoot
SourceΒ§impl Element
impl Element
Sourcepub fn assigned_slot(&self) -> Option<HtmlSlotElement>
pub fn assigned_slot(&self) -> Option<HtmlSlotElement>
Getter for the assignedSlot
field of this object.
This API requires the following crate features to be activated: Element
, HtmlSlotElement
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn previous_element_sibling(&self) -> Option<Element>
pub fn previous_element_sibling(&self) -> Option<Element>
Getter for the previousElementSibling
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn next_element_sibling(&self) -> Option<Element>
pub fn next_element_sibling(&self) -> Option<Element>
Getter for the nextElementSibling
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn children(&self) -> HtmlCollection
pub fn children(&self) -> HtmlCollection
Getter for the children
field of this object.
This API requires the following crate features to be activated: Element
, HtmlCollection
SourceΒ§impl Element
impl Element
Sourcepub fn first_element_child(&self) -> Option<Element>
pub fn first_element_child(&self) -> Option<Element>
Getter for the firstElementChild
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn last_element_child(&self) -> Option<Element>
pub fn last_element_child(&self) -> Option<Element>
Getter for the lastElementChild
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn child_element_count(&self) -> u32
pub fn child_element_count(&self) -> u32
Getter for the childElementCount
field of this object.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn attach_shadow(
&self,
shadow_root_init_dict: &ShadowRootInit,
) -> Result<ShadowRoot, JsValue>
pub fn attach_shadow( &self, shadow_root_init_dict: &ShadowRootInit, ) -> Result<ShadowRoot, JsValue>
The attachShadow()
method.
This API requires the following crate features to be activated: Element
, ShadowRoot
, ShadowRootInit
SourceΒ§impl Element
impl Element
Sourcepub fn get_attribute(&self, name: &str) -> Option<String>
pub fn get_attribute(&self, name: &str) -> Option<String>
The getAttribute()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn get_attribute_names(&self) -> Array
pub fn get_attribute_names(&self) -> Array
The getAttributeNames()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn get_attribute_node(&self, name: &str) -> Option<Attr>
pub fn get_attribute_node(&self, name: &str) -> Option<Attr>
The getAttributeNode()
method.
This API requires the following crate features to be activated: Attr
, Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn get_bounding_client_rect(&self) -> DomRect
pub fn get_bounding_client_rect(&self) -> DomRect
The getBoundingClientRect()
method.
This API requires the following crate features to be activated: DomRect
, Element
SourceΒ§impl Element
impl Element
Sourcepub fn get_client_rects(&self) -> DomRectList
pub fn get_client_rects(&self) -> DomRectList
The getClientRects()
method.
This API requires the following crate features to be activated: DomRectList
, Element
SourceΒ§impl Element
impl Element
Sourcepub fn get_elements_by_class_name(&self, class_names: &str) -> HtmlCollection
pub fn get_elements_by_class_name(&self, class_names: &str) -> HtmlCollection
The getElementsByClassName()
method.
This API requires the following crate features to be activated: Element
, HtmlCollection
SourceΒ§impl Element
impl Element
Sourcepub fn get_elements_by_tag_name(&self, local_name: &str) -> HtmlCollection
pub fn get_elements_by_tag_name(&self, local_name: &str) -> HtmlCollection
The getElementsByTagName()
method.
This API requires the following crate features to be activated: Element
, HtmlCollection
SourceΒ§impl Element
impl Element
Sourcepub fn get_elements_by_tag_name_ns(
&self,
namespace: Option<&str>,
local_name: &str,
) -> Result<HtmlCollection, JsValue>
pub fn get_elements_by_tag_name_ns( &self, namespace: Option<&str>, local_name: &str, ) -> Result<HtmlCollection, JsValue>
The getElementsByTagNameNS()
method.
This API requires the following crate features to be activated: Element
, HtmlCollection
SourceΒ§impl Element
impl Element
Sourcepub fn has_attribute(&self, name: &str) -> bool
pub fn has_attribute(&self, name: &str) -> bool
The hasAttribute()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn has_attributes(&self) -> bool
pub fn has_attributes(&self) -> bool
The hasAttributes()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn has_pointer_capture(&self, pointer_id: i32) -> bool
pub fn has_pointer_capture(&self, pointer_id: i32) -> bool
The hasPointerCapture()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn release_capture(&self)
pub fn release_capture(&self)
The releaseCapture()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn request_fullscreen(&self) -> Result<(), JsValue>
pub fn request_fullscreen(&self) -> Result<(), JsValue>
The requestFullscreen()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn request_pointer_lock(&self)
pub fn request_pointer_lock(&self)
The requestPointerLock()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn scroll_with_x_and_y(&self, x: f64, y: f64)
pub fn scroll_with_x_and_y(&self, x: f64, y: f64)
The scroll()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn scroll_with_scroll_to_options(&self, options: &ScrollToOptions)
pub fn scroll_with_scroll_to_options(&self, options: &ScrollToOptions)
The scroll()
method.
This API requires the following crate features to be activated: Element
, ScrollToOptions
SourceΒ§impl Element
impl Element
Sourcepub fn scroll_by_with_x_and_y(&self, x: f64, y: f64)
pub fn scroll_by_with_x_and_y(&self, x: f64, y: f64)
The scrollBy()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn scroll_by_with_scroll_to_options(&self, options: &ScrollToOptions)
pub fn scroll_by_with_scroll_to_options(&self, options: &ScrollToOptions)
The scrollBy()
method.
This API requires the following crate features to be activated: Element
, ScrollToOptions
SourceΒ§impl Element
impl Element
Sourcepub fn scroll_into_view(&self)
pub fn scroll_into_view(&self)
The scrollIntoView()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn scroll_into_view_with_bool(&self, arg: bool)
pub fn scroll_into_view_with_bool(&self, arg: bool)
The scrollIntoView()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn scroll_into_view_with_scroll_into_view_options(
&self,
arg: &ScrollIntoViewOptions,
)
pub fn scroll_into_view_with_scroll_into_view_options( &self, arg: &ScrollIntoViewOptions, )
The scrollIntoView()
method.
This API requires the following crate features to be activated: Element
, ScrollIntoViewOptions
SourceΒ§impl Element
impl Element
Sourcepub fn scroll_to_with_x_and_y(&self, x: f64, y: f64)
pub fn scroll_to_with_x_and_y(&self, x: f64, y: f64)
The scrollTo()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn scroll_to_with_scroll_to_options(&self, options: &ScrollToOptions)
pub fn scroll_to_with_scroll_to_options(&self, options: &ScrollToOptions)
The scrollTo()
method.
This API requires the following crate features to be activated: Element
, ScrollToOptions
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn set_capture(&self)
pub fn set_capture(&self)
The setCapture()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn set_capture_with_retarget_to_element(&self, retarget_to_element: bool)
pub fn set_capture_with_retarget_to_element(&self, retarget_to_element: bool)
The setCapture()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn animate_with_f64(
&self,
keyframes: Option<&Object>,
options: f64,
) -> Animation
pub fn animate_with_f64( &self, keyframes: Option<&Object>, options: f64, ) -> Animation
The animate()
method.
This API requires the following crate features to be activated: Animation
, Element
This API is unstable and requires --cfg=web_sys_unstable_apis
to be activated, as
described in the wasm-bindgen
guide
SourceΒ§impl Element
impl Element
Sourcepub fn animate_with_keyframe_animation_options(
&self,
keyframes: Option<&Object>,
options: &KeyframeAnimationOptions,
) -> Animation
pub fn animate_with_keyframe_animation_options( &self, keyframes: Option<&Object>, options: &KeyframeAnimationOptions, ) -> Animation
The animate()
method.
This API requires the following crate features to be activated: Animation
, Element
, KeyframeAnimationOptions
This API is unstable and requires --cfg=web_sys_unstable_apis
to be activated, as
described in the wasm-bindgen
guide
SourceΒ§impl Element
impl Element
Sourcepub fn get_animations(&self) -> Array
pub fn get_animations(&self) -> Array
The getAnimations()
method.
This API requires the following crate features to be activated: Element
This API is unstable and requires --cfg=web_sys_unstable_apis
to be activated, as
described in the wasm-bindgen
guide
SourceΒ§impl Element
impl Element
Sourcepub fn get_animations_with_options(
&self,
options: &GetAnimationsOptions,
) -> Array
pub fn get_animations_with_options( &self, options: &GetAnimationsOptions, ) -> Array
The getAnimations()
method.
This API requires the following crate features to be activated: Element
, GetAnimationsOptions
This API is unstable and requires --cfg=web_sys_unstable_apis
to be activated, as
described in the wasm-bindgen
guide
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn after_with_node_0(&self) -> Result<(), JsValue>
pub fn after_with_node_0(&self) -> Result<(), JsValue>
The after()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn after_with_str_0(&self) -> Result<(), JsValue>
pub fn after_with_str_0(&self) -> Result<(), JsValue>
The after()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn before_with_node_0(&self) -> Result<(), JsValue>
pub fn before_with_node_0(&self) -> Result<(), JsValue>
The before()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn before_with_str_0(&self) -> Result<(), JsValue>
pub fn before_with_str_0(&self) -> Result<(), JsValue>
The before()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn replace_with_with_node_0(&self) -> Result<(), JsValue>
pub fn replace_with_with_node_0(&self) -> Result<(), JsValue>
The replaceWith()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn replace_with_with_str_0(&self) -> Result<(), JsValue>
pub fn replace_with_with_str_0(&self) -> Result<(), JsValue>
The replaceWith()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn convert_point_from_node_with_text(
&self,
point: &DomPointInit,
from: &Text,
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_text( &self, point: &DomPointInit, from: &Text, ) -> Result<DomPoint, JsValue>
The convertPointFromNode()
method.
This API requires the following crate features to be activated: DomPoint
, DomPointInit
, Element
, Text
SourceΒ§impl Element
impl Element
Sourcepub fn convert_point_from_node_with_element(
&self,
point: &DomPointInit,
from: &Element,
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_element( &self, point: &DomPointInit, from: &Element, ) -> Result<DomPoint, JsValue>
The convertPointFromNode()
method.
This API requires the following crate features to be activated: DomPoint
, DomPointInit
, Element
SourceΒ§impl Element
impl Element
Sourcepub fn convert_point_from_node_with_document(
&self,
point: &DomPointInit,
from: &Document,
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_document( &self, point: &DomPointInit, from: &Document, ) -> Result<DomPoint, JsValue>
The convertPointFromNode()
method.
This API requires the following crate features to be activated: Document
, DomPoint
, DomPointInit
, Element
SourceΒ§impl Element
impl Element
Sourcepub fn convert_point_from_node_with_text_and_options(
&self,
point: &DomPointInit,
from: &Text,
options: &ConvertCoordinateOptions,
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_text_and_options( &self, point: &DomPointInit, from: &Text, options: &ConvertCoordinateOptions, ) -> Result<DomPoint, JsValue>
The convertPointFromNode()
method.
This API requires the following crate features to be activated: ConvertCoordinateOptions
, DomPoint
, DomPointInit
, Element
, Text
SourceΒ§impl Element
impl Element
Sourcepub fn convert_point_from_node_with_element_and_options(
&self,
point: &DomPointInit,
from: &Element,
options: &ConvertCoordinateOptions,
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_element_and_options( &self, point: &DomPointInit, from: &Element, options: &ConvertCoordinateOptions, ) -> Result<DomPoint, JsValue>
The convertPointFromNode()
method.
This API requires the following crate features to be activated: ConvertCoordinateOptions
, DomPoint
, DomPointInit
, Element
SourceΒ§impl Element
impl Element
Sourcepub fn convert_point_from_node_with_document_and_options(
&self,
point: &DomPointInit,
from: &Document,
options: &ConvertCoordinateOptions,
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_document_and_options( &self, point: &DomPointInit, from: &Document, options: &ConvertCoordinateOptions, ) -> Result<DomPoint, JsValue>
The convertPointFromNode()
method.
This API requires the following crate features to be activated: ConvertCoordinateOptions
, Document
, DomPoint
, DomPointInit
, Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn convert_quad_from_node_with_text_and_options(
&self,
quad: &DomQuad,
from: &Text,
options: &ConvertCoordinateOptions,
) -> Result<DomQuad, JsValue>
pub fn convert_quad_from_node_with_text_and_options( &self, quad: &DomQuad, from: &Text, options: &ConvertCoordinateOptions, ) -> Result<DomQuad, JsValue>
The convertQuadFromNode()
method.
This API requires the following crate features to be activated: ConvertCoordinateOptions
, DomQuad
, Element
, Text
SourceΒ§impl Element
impl Element
Sourcepub fn convert_quad_from_node_with_element_and_options(
&self,
quad: &DomQuad,
from: &Element,
options: &ConvertCoordinateOptions,
) -> Result<DomQuad, JsValue>
pub fn convert_quad_from_node_with_element_and_options( &self, quad: &DomQuad, from: &Element, options: &ConvertCoordinateOptions, ) -> Result<DomQuad, JsValue>
The convertQuadFromNode()
method.
This API requires the following crate features to be activated: ConvertCoordinateOptions
, DomQuad
, Element
SourceΒ§impl Element
impl Element
Sourcepub fn convert_quad_from_node_with_document_and_options(
&self,
quad: &DomQuad,
from: &Document,
options: &ConvertCoordinateOptions,
) -> Result<DomQuad, JsValue>
pub fn convert_quad_from_node_with_document_and_options( &self, quad: &DomQuad, from: &Document, options: &ConvertCoordinateOptions, ) -> Result<DomQuad, JsValue>
The convertQuadFromNode()
method.
This API requires the following crate features to be activated: ConvertCoordinateOptions
, Document
, DomQuad
, Element
SourceΒ§impl Element
impl Element
Sourcepub fn convert_rect_from_node_with_text(
&self,
rect: &DomRectReadOnly,
from: &Text,
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_text( &self, rect: &DomRectReadOnly, from: &Text, ) -> Result<DomQuad, JsValue>
The convertRectFromNode()
method.
This API requires the following crate features to be activated: DomQuad
, DomRectReadOnly
, Element
, Text
SourceΒ§impl Element
impl Element
Sourcepub fn convert_rect_from_node_with_element(
&self,
rect: &DomRectReadOnly,
from: &Element,
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_element( &self, rect: &DomRectReadOnly, from: &Element, ) -> Result<DomQuad, JsValue>
The convertRectFromNode()
method.
This API requires the following crate features to be activated: DomQuad
, DomRectReadOnly
, Element
SourceΒ§impl Element
impl Element
Sourcepub fn convert_rect_from_node_with_document(
&self,
rect: &DomRectReadOnly,
from: &Document,
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_document( &self, rect: &DomRectReadOnly, from: &Document, ) -> Result<DomQuad, JsValue>
The convertRectFromNode()
method.
This API requires the following crate features to be activated: Document
, DomQuad
, DomRectReadOnly
, Element
SourceΒ§impl Element
impl Element
Sourcepub fn convert_rect_from_node_with_text_and_options(
&self,
rect: &DomRectReadOnly,
from: &Text,
options: &ConvertCoordinateOptions,
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_text_and_options( &self, rect: &DomRectReadOnly, from: &Text, options: &ConvertCoordinateOptions, ) -> Result<DomQuad, JsValue>
The convertRectFromNode()
method.
This API requires the following crate features to be activated: ConvertCoordinateOptions
, DomQuad
, DomRectReadOnly
, Element
, Text
SourceΒ§impl Element
impl Element
Sourcepub fn convert_rect_from_node_with_element_and_options(
&self,
rect: &DomRectReadOnly,
from: &Element,
options: &ConvertCoordinateOptions,
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_element_and_options( &self, rect: &DomRectReadOnly, from: &Element, options: &ConvertCoordinateOptions, ) -> Result<DomQuad, JsValue>
The convertRectFromNode()
method.
This API requires the following crate features to be activated: ConvertCoordinateOptions
, DomQuad
, DomRectReadOnly
, Element
SourceΒ§impl Element
impl Element
Sourcepub fn convert_rect_from_node_with_document_and_options(
&self,
rect: &DomRectReadOnly,
from: &Document,
options: &ConvertCoordinateOptions,
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_document_and_options( &self, rect: &DomRectReadOnly, from: &Document, options: &ConvertCoordinateOptions, ) -> Result<DomQuad, JsValue>
The convertRectFromNode()
method.
This API requires the following crate features to be activated: ConvertCoordinateOptions
, Document
, DomQuad
, DomRectReadOnly
, Element
SourceΒ§impl Element
impl Element
Sourcepub fn get_box_quads(&self) -> Result<Array, JsValue>
pub fn get_box_quads(&self) -> Result<Array, JsValue>
The getBoxQuads()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn get_box_quads_with_options(
&self,
options: &BoxQuadOptions,
) -> Result<Array, JsValue>
pub fn get_box_quads_with_options( &self, options: &BoxQuadOptions, ) -> Result<Array, JsValue>
The getBoxQuads()
method.
This API requires the following crate features to be activated: BoxQuadOptions
, Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn append_with_node_0(&self) -> Result<(), JsValue>
pub fn append_with_node_0(&self) -> Result<(), JsValue>
The append()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn append_with_str_0(&self) -> Result<(), JsValue>
pub fn append_with_str_0(&self) -> Result<(), JsValue>
The append()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn prepend_with_node_0(&self) -> Result<(), JsValue>
pub fn prepend_with_node_0(&self) -> Result<(), JsValue>
The prepend()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn prepend_with_str_0(&self) -> Result<(), JsValue>
pub fn prepend_with_str_0(&self) -> Result<(), JsValue>
The prepend()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn replace_children_with_node(&self, nodes: &Array)
pub fn replace_children_with_node(&self, nodes: &Array)
The replaceChildren()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn replace_children_with_node_0(&self)
pub fn replace_children_with_node_0(&self)
The replaceChildren()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn replace_children_with_node_1(&self, nodes_1: &Node)
pub fn replace_children_with_node_1(&self, nodes_1: &Node)
The replaceChildren()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn replace_children_with_node_2(&self, nodes_1: &Node, nodes_2: &Node)
pub fn replace_children_with_node_2(&self, nodes_1: &Node, nodes_2: &Node)
The replaceChildren()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn replace_children_with_node_3(
&self,
nodes_1: &Node,
nodes_2: &Node,
nodes_3: &Node,
)
pub fn replace_children_with_node_3( &self, nodes_1: &Node, nodes_2: &Node, nodes_3: &Node, )
The replaceChildren()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Sourcepub fn replace_children_with_str(&self, nodes: &Array)
pub fn replace_children_with_str(&self, nodes: &Array)
The replaceChildren()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn replace_children_with_str_0(&self)
pub fn replace_children_with_str_0(&self)
The replaceChildren()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn replace_children_with_str_1(&self, nodes_1: &str)
pub fn replace_children_with_str_1(&self, nodes_1: &str)
The replaceChildren()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn replace_children_with_str_2(&self, nodes_1: &str, nodes_2: &str)
pub fn replace_children_with_str_2(&self, nodes_1: &str, nodes_2: &str)
The replaceChildren()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
Sourcepub fn replace_children_with_str_3(
&self,
nodes_1: &str,
nodes_2: &str,
nodes_3: &str,
)
pub fn replace_children_with_str_3( &self, nodes_1: &str, nodes_2: &str, nodes_3: &str, )
The replaceChildren()
method.
This API requires the following crate features to be activated: Element
SourceΒ§impl Element
impl Element
SourceΒ§impl Element
impl Element
Methods from Deref<Target = Node>Β§
Sourcepub fn node_type(&self) -> u16
pub fn node_type(&self) -> u16
Getter for the nodeType
field of this object.
This API requires the following crate features to be activated: Node
Sourcepub fn node_name(&self) -> String
pub fn node_name(&self) -> String
Getter for the nodeName
field of this object.
This API requires the following crate features to be activated: Node
Sourcepub fn base_uri(&self) -> Result<Option<String>, JsValue>
pub fn base_uri(&self) -> Result<Option<String>, JsValue>
Getter for the baseURI
field of this object.
This API requires the following crate features to be activated: Node
Sourcepub fn is_connected(&self) -> bool
pub fn is_connected(&self) -> bool
Getter for the isConnected
field of this object.
This API requires the following crate features to be activated: Node
Sourcepub fn owner_document(&self) -> Option<Document>
pub fn owner_document(&self) -> Option<Document>
Getter for the ownerDocument
field of this object.
This API requires the following crate features to be activated: Document
, Node
Sourcepub fn parent_node(&self) -> Option<Node>
pub fn parent_node(&self) -> Option<Node>
Getter for the parentNode
field of this object.
This API requires the following crate features to be activated: Node
Sourcepub fn parent_element(&self) -> Option<Element>
pub fn parent_element(&self) -> Option<Element>
Getter for the parentElement
field of this object.
This API requires the following crate features to be activated: Element
, Node
Sourcepub fn child_nodes(&self) -> NodeList
pub fn child_nodes(&self) -> NodeList
Getter for the childNodes
field of this object.
This API requires the following crate features to be activated: Node
, NodeList
Sourcepub fn first_child(&self) -> Option<Node>
pub fn first_child(&self) -> Option<Node>
Getter for the firstChild
field of this object.
This API requires the following crate features to be activated: Node
Sourcepub fn last_child(&self) -> Option<Node>
pub fn last_child(&self) -> Option<Node>
Getter for the lastChild
field of this object.
This API requires the following crate features to be activated: Node
Sourcepub fn previous_sibling(&self) -> Option<Node>
pub fn previous_sibling(&self) -> Option<Node>
Getter for the previousSibling
field of this object.
This API requires the following crate features to be activated: Node
Sourcepub fn next_sibling(&self) -> Option<Node>
pub fn next_sibling(&self) -> Option<Node>
Getter for the nextSibling
field of this object.
This API requires the following crate features to be activated: Node
Sourcepub fn node_value(&self) -> Option<String>
pub fn node_value(&self) -> Option<String>
Getter for the nodeValue
field of this object.
This API requires the following crate features to be activated: Node
Sourcepub fn set_node_value(&self, value: Option<&str>)
pub fn set_node_value(&self, value: Option<&str>)
Setter for the nodeValue
field of this object.
This API requires the following crate features to be activated: Node
Sourcepub fn text_content(&self) -> Option<String>
pub fn text_content(&self) -> Option<String>
Getter for the textContent
field of this object.
This API requires the following crate features to be activated: Node
Sourcepub fn set_text_content(&self, value: Option<&str>)
pub fn set_text_content(&self, value: Option<&str>)
Setter for the textContent
field of this object.
This API requires the following crate features to be activated: Node
Sourcepub fn append_child(&self, node: &Node) -> Result<Node, JsValue>
pub fn append_child(&self, node: &Node) -> Result<Node, JsValue>
The appendChild()
method.
This API requires the following crate features to be activated: Node
Sourcepub fn clone_node(&self) -> Result<Node, JsValue>
pub fn clone_node(&self) -> Result<Node, JsValue>
The cloneNode()
method.
This API requires the following crate features to be activated: Node
Sourcepub fn clone_node_with_deep(&self, deep: bool) -> Result<Node, JsValue>
pub fn clone_node_with_deep(&self, deep: bool) -> Result<Node, JsValue>
The cloneNode()
method.
This API requires the following crate features to be activated: Node
Sourcepub fn compare_document_position(&self, other: &Node) -> u16
pub fn compare_document_position(&self, other: &Node) -> u16
The compareDocumentPosition()
method.
This API requires the following crate features to be activated: Node
Sourcepub fn contains(&self, other: Option<&Node>) -> bool
pub fn contains(&self, other: Option<&Node>) -> bool
The contains()
method.
This API requires the following crate features to be activated: Node
Sourcepub fn get_root_node(&self) -> Node
pub fn get_root_node(&self) -> Node
The getRootNode()
method.
This API requires the following crate features to be activated: Node
Sourcepub fn get_root_node_with_options(&self, options: &GetRootNodeOptions) -> Node
pub fn get_root_node_with_options(&self, options: &GetRootNodeOptions) -> Node
The getRootNode()
method.
This API requires the following crate features to be activated: GetRootNodeOptions
, Node
Sourcepub fn has_child_nodes(&self) -> bool
pub fn has_child_nodes(&self) -> bool
The hasChildNodes()
method.
This API requires the following crate features to be activated: Node
Sourcepub fn insert_before(
&self,
node: &Node,
child: Option<&Node>,
) -> Result<Node, JsValue>
pub fn insert_before( &self, node: &Node, child: Option<&Node>, ) -> Result<Node, JsValue>
The insertBefore()
method.
This API requires the following crate features to be activated: Node
Sourcepub fn is_default_namespace(&self, namespace: Option<&str>) -> bool
pub fn is_default_namespace(&self, namespace: Option<&str>) -> bool
The isDefaultNamespace()
method.
This API requires the following crate features to be activated: Node
Sourcepub fn is_equal_node(&self, node: Option<&Node>) -> bool
pub fn is_equal_node(&self, node: Option<&Node>) -> bool
The isEqualNode()
method.
This API requires the following crate features to be activated: Node
Sourcepub fn is_same_node(&self, node: Option<&Node>) -> bool
pub fn is_same_node(&self, node: Option<&Node>) -> bool
The isSameNode()
method.
This API requires the following crate features to be activated: Node
Sourcepub fn lookup_namespace_uri(&self, prefix: Option<&str>) -> Option<String>
pub fn lookup_namespace_uri(&self, prefix: Option<&str>) -> Option<String>
The lookupNamespaceURI()
method.
This API requires the following crate features to be activated: Node
Sourcepub fn lookup_prefix(&self, namespace: Option<&str>) -> Option<String>
pub fn lookup_prefix(&self, namespace: Option<&str>) -> Option<String>
The lookupPrefix()
method.
This API requires the following crate features to be activated: Node
Sourcepub fn normalize(&self)
pub fn normalize(&self)
The normalize()
method.
This API requires the following crate features to be activated: Node
Sourcepub fn remove_child(&self, child: &Node) -> Result<Node, JsValue>
pub fn remove_child(&self, child: &Node) -> Result<Node, JsValue>
The removeChild()
method.
This API requires the following crate features to be activated: Node
Sourcepub fn replace_child(&self, node: &Node, child: &Node) -> Result<Node, JsValue>
pub fn replace_child(&self, node: &Node, child: &Node) -> Result<Node, JsValue>
The replaceChild()
method.
This API requires the following crate features to be activated: Node
pub const ELEMENT_NODE: u16 = 1u16
pub const ATTRIBUTE_NODE: u16 = 2u16
pub const TEXT_NODE: u16 = 3u16
pub const CDATA_SECTION_NODE: u16 = 4u16
pub const ENTITY_REFERENCE_NODE: u16 = 5u16
pub const ENTITY_NODE: u16 = 6u16
pub const PROCESSING_INSTRUCTION_NODE: u16 = 7u16
pub const COMMENT_NODE: u16 = 8u16
pub const DOCUMENT_NODE: u16 = 9u16
pub const DOCUMENT_TYPE_NODE: u16 = 10u16
pub const DOCUMENT_FRAGMENT_NODE: u16 = 11u16
pub const NOTATION_NODE: u16 = 12u16
pub const DOCUMENT_POSITION_DISCONNECTED: u16 = 1u16
pub const DOCUMENT_POSITION_PRECEDING: u16 = 2u16
pub const DOCUMENT_POSITION_FOLLOWING: u16 = 4u16
pub const DOCUMENT_POSITION_CONTAINS: u16 = 8u16
pub const DOCUMENT_POSITION_CONTAINED_BY: u16 = 16u16
pub const DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: u16 = 32u16
Methods from Deref<Target = EventTarget>Β§
Sourcepub fn add_event_listener_with_callback(
&self,
type_: &str,
listener: &Function,
) -> Result<(), JsValue>
pub fn add_event_listener_with_callback( &self, type_: &str, listener: &Function, ) -> Result<(), JsValue>
The addEventListener()
method.
This API requires the following crate features to be activated: EventTarget
Sourcepub fn add_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener,
) -> Result<(), JsValue>
pub fn add_event_listener_with_event_listener( &self, type_: &str, listener: &EventListener, ) -> Result<(), JsValue>
The addEventListener()
method.
This API requires the following crate features to be activated: EventListener
, EventTarget
Sourcepub fn add_event_listener_with_callback_and_add_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions,
) -> Result<(), JsValue>
pub fn add_event_listener_with_callback_and_add_event_listener_options( &self, type_: &str, listener: &Function, options: &AddEventListenerOptions, ) -> Result<(), JsValue>
The addEventListener()
method.
This API requires the following crate features to be activated: AddEventListenerOptions
, EventTarget
Sourcepub fn add_event_listener_with_event_listener_and_add_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions,
) -> Result<(), JsValue>
pub fn add_event_listener_with_event_listener_and_add_event_listener_options( &self, type_: &str, listener: &EventListener, options: &AddEventListenerOptions, ) -> Result<(), JsValue>
The addEventListener()
method.
This API requires the following crate features to be activated: AddEventListenerOptions
, EventListener
, EventTarget
Sourcepub fn add_event_listener_with_callback_and_bool(
&self,
type_: &str,
listener: &Function,
options: bool,
) -> Result<(), JsValue>
pub fn add_event_listener_with_callback_and_bool( &self, type_: &str, listener: &Function, options: bool, ) -> Result<(), JsValue>
The addEventListener()
method.
This API requires the following crate features to be activated: EventTarget
Sourcepub fn add_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool,
) -> Result<(), JsValue>
pub fn add_event_listener_with_event_listener_and_bool( &self, type_: &str, listener: &EventListener, options: bool, ) -> Result<(), JsValue>
The addEventListener()
method.
This API requires the following crate features to be activated: EventListener
, EventTarget
Sourcepub fn add_event_listener_with_callback_and_add_event_listener_options_and_wants_untrusted(
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions,
wants_untrusted: Option<bool>,
) -> Result<(), JsValue>
pub fn add_event_listener_with_callback_and_add_event_listener_options_and_wants_untrusted( &self, type_: &str, listener: &Function, options: &AddEventListenerOptions, wants_untrusted: Option<bool>, ) -> Result<(), JsValue>
The addEventListener()
method.
This API requires the following crate features to be activated: AddEventListenerOptions
, EventTarget
Sourcepub fn add_event_listener_with_event_listener_and_add_event_listener_options_and_wants_untrusted(
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions,
wants_untrusted: Option<bool>,
) -> Result<(), JsValue>
pub fn add_event_listener_with_event_listener_and_add_event_listener_options_and_wants_untrusted( &self, type_: &str, listener: &EventListener, options: &AddEventListenerOptions, wants_untrusted: Option<bool>, ) -> Result<(), JsValue>
The addEventListener()
method.
This API requires the following crate features to be activated: AddEventListenerOptions
, EventListener
, EventTarget
Sourcepub fn add_event_listener_with_callback_and_bool_and_wants_untrusted(
&self,
type_: &str,
listener: &Function,
options: bool,
wants_untrusted: Option<bool>,
) -> Result<(), JsValue>
pub fn add_event_listener_with_callback_and_bool_and_wants_untrusted( &self, type_: &str, listener: &Function, options: bool, wants_untrusted: Option<bool>, ) -> Result<(), JsValue>
The addEventListener()
method.
This API requires the following crate features to be activated: EventTarget
Sourcepub fn add_event_listener_with_event_listener_and_bool_and_wants_untrusted(
&self,
type_: &str,
listener: &EventListener,
options: bool,
wants_untrusted: Option<bool>,
) -> Result<(), JsValue>
pub fn add_event_listener_with_event_listener_and_bool_and_wants_untrusted( &self, type_: &str, listener: &EventListener, options: bool, wants_untrusted: Option<bool>, ) -> Result<(), JsValue>
The addEventListener()
method.
This API requires the following crate features to be activated: EventListener
, EventTarget
Sourcepub fn dispatch_event(&self, event: &Event) -> Result<bool, JsValue>
pub fn dispatch_event(&self, event: &Event) -> Result<bool, JsValue>
The dispatchEvent()
method.
This API requires the following crate features to be activated: Event
, EventTarget
Sourcepub fn remove_event_listener_with_callback(
&self,
type_: &str,
listener: &Function,
) -> Result<(), JsValue>
pub fn remove_event_listener_with_callback( &self, type_: &str, listener: &Function, ) -> Result<(), JsValue>
The removeEventListener()
method.
This API requires the following crate features to be activated: EventTarget
Sourcepub fn remove_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener,
) -> Result<(), JsValue>
pub fn remove_event_listener_with_event_listener( &self, type_: &str, listener: &EventListener, ) -> Result<(), JsValue>
The removeEventListener()
method.
This API requires the following crate features to be activated: EventListener
, EventTarget
Sourcepub fn remove_event_listener_with_callback_and_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &EventListenerOptions,
) -> Result<(), JsValue>
pub fn remove_event_listener_with_callback_and_event_listener_options( &self, type_: &str, listener: &Function, options: &EventListenerOptions, ) -> Result<(), JsValue>
The removeEventListener()
method.
This API requires the following crate features to be activated: EventListenerOptions
, EventTarget
Sourcepub fn remove_event_listener_with_event_listener_and_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &EventListenerOptions,
) -> Result<(), JsValue>
pub fn remove_event_listener_with_event_listener_and_event_listener_options( &self, type_: &str, listener: &EventListener, options: &EventListenerOptions, ) -> Result<(), JsValue>
The removeEventListener()
method.
This API requires the following crate features to be activated: EventListener
, EventListenerOptions
, EventTarget
Sourcepub fn remove_event_listener_with_callback_and_bool(
&self,
type_: &str,
listener: &Function,
options: bool,
) -> Result<(), JsValue>
pub fn remove_event_listener_with_callback_and_bool( &self, type_: &str, listener: &Function, options: bool, ) -> Result<(), JsValue>
The removeEventListener()
method.
This API requires the following crate features to be activated: EventTarget
Sourcepub fn remove_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool,
) -> Result<(), JsValue>
pub fn remove_event_listener_with_event_listener_and_bool( &self, type_: &str, listener: &EventListener, options: bool, ) -> Result<(), JsValue>
The removeEventListener()
method.
This API requires the following crate features to be activated: EventListener
, EventTarget
Methods from Deref<Target = Object>Β§
Sourcepub fn constructor(&self) -> Function
pub fn constructor(&self) -> Function
The constructor property returns a reference to the Object
constructor
function that created the instance object.
Sourcepub fn has_own_property(&self, property: &JsValue) -> bool
pub fn has_own_property(&self, property: &JsValue) -> bool
The hasOwnProperty()
method returns a boolean indicating whether the
object has the specified property as its own property (as opposed to
inheriting it).
Sourcepub fn is_prototype_of(&self, value: &JsValue) -> bool
pub fn is_prototype_of(&self, value: &JsValue) -> bool
The isPrototypeOf()
method checks if an object exists in another
objectβs prototype chain.
Sourcepub fn property_is_enumerable(&self, property: &JsValue) -> bool
pub fn property_is_enumerable(&self, property: &JsValue) -> bool
The propertyIsEnumerable()
method returns a Boolean indicating
whether the specified property is enumerable.
Sourcepub fn to_locale_string(&self) -> JsString
pub fn to_locale_string(&self) -> JsString
The toLocaleString()
method returns a string representing the object.
This method is meant to be overridden by derived objects for
locale-specific purposes.
Sourcepub fn to_string(&self) -> JsString
pub fn to_string(&self) -> JsString
The toString()
method returns a string representing the object.
Methods from Deref<Target = JsValue>Β§
pub const NULL: JsValue
pub const UNDEFINED: JsValue
pub const TRUE: JsValue
pub const FALSE: JsValue
Sourcepub fn as_f64(&self) -> Option<f64>
pub fn as_f64(&self) -> Option<f64>
Returns the f64
value of this JS value if itβs an instance of a
number.
If this JS value is not an instance of a number then this returns
None
.
Sourcepub fn as_string(&self) -> Option<String>
pub fn as_string(&self) -> Option<String>
If this JS value is a string value, this function copies the JS string
value into Wasm linear memory, encoded as UTF-8, and returns it as a
Rust String
.
To avoid the copying and re-encoding, consider the
JsString::try_from()
function from js-sys
instead.
If this JS value is not an instance of a string or if itβs not valid
utf-8 then this returns None
.
Β§UTF-16 vs UTF-8
JavaScript strings in general are encoded as UTF-16, but Rust strings
are encoded as UTF-8. This can cause the Rust string to look a bit
different than the JS string sometimes. For more details see the
documentation about the str
type which contains a few
caveats about the encodings.
Sourcepub fn as_bool(&self) -> Option<bool>
pub fn as_bool(&self) -> Option<bool>
Returns the bool
value of this JS value if itβs an instance of a
boolean.
If this JS value is not an instance of a boolean then this returns
None
.
Sourcepub fn is_undefined(&self) -> bool
pub fn is_undefined(&self) -> bool
Tests whether this JS value is undefined
Sourcepub fn is_function(&self) -> bool
pub fn is_function(&self) -> bool
Tests whether the type of this JS value is function
.
Sourcepub fn js_in(&self, obj: &JsValue) -> bool
pub fn js_in(&self, obj: &JsValue) -> bool
Applies the binary in
JS operator on the two JsValue
s.
Sourcepub fn is_truthy(&self) -> bool
pub fn is_truthy(&self) -> bool
Tests whether the value is βtruthyβ.
Sourcepub fn is_falsy(&self) -> bool
pub fn is_falsy(&self) -> bool
Tests whether the value is βfalsyβ.
Sourcepub fn loose_eq(&self, other: &JsValue) -> bool
pub fn loose_eq(&self, other: &JsValue) -> bool
Compare two JsValue
s for equality, using the ==
operator in JS.
Sourcepub fn unsigned_shr(&self, rhs: &JsValue) -> u32
pub fn unsigned_shr(&self, rhs: &JsValue) -> u32
Applies the binary >>>
JS operator on the two JsValue
s.
Sourcepub fn checked_div(&self, rhs: &JsValue) -> JsValue
pub fn checked_div(&self, rhs: &JsValue) -> JsValue
Applies the binary /
JS operator on two JsValue
s, catching and returning any RangeError
thrown.
Sourcepub fn pow(&self, rhs: &JsValue) -> JsValue
pub fn pow(&self, rhs: &JsValue) -> JsValue
Applies the binary **
JS operator on the two JsValue
s.
Sourcepub fn lt(&self, other: &JsValue) -> bool
pub fn lt(&self, other: &JsValue) -> bool
Applies the binary <
JS operator on the two JsValue
s.
Sourcepub fn le(&self, other: &JsValue) -> bool
pub fn le(&self, other: &JsValue) -> bool
Applies the binary <=
JS operator on the two JsValue
s.
Sourcepub fn ge(&self, other: &JsValue) -> bool
pub fn ge(&self, other: &JsValue) -> bool
Applies the binary >=
JS operator on the two JsValue
s.
Sourcepub fn gt(&self, other: &JsValue) -> bool
pub fn gt(&self, other: &JsValue) -> bool
Applies the binary >
JS operator on the two JsValue
s.
Sourcepub fn unchecked_into_f64(&self) -> f64
pub fn unchecked_into_f64(&self) -> f64
Applies the unary +
JS operator on a JsValue
. Can throw.
Trait ImplementationsΒ§
SourceΒ§impl AsRef<Element> for HtmlAnchorElement
impl AsRef<Element> for HtmlAnchorElement
SourceΒ§impl AsRef<Element> for HtmlAreaElement
impl AsRef<Element> for HtmlAreaElement
SourceΒ§impl AsRef<Element> for HtmlAudioElement
impl AsRef<Element> for HtmlAudioElement
SourceΒ§impl AsRef<Element> for HtmlBaseElement
impl AsRef<Element> for HtmlBaseElement
SourceΒ§impl AsRef<Element> for HtmlBodyElement
impl AsRef<Element> for HtmlBodyElement
SourceΒ§impl AsRef<Element> for HtmlBrElement
impl AsRef<Element> for HtmlBrElement
SourceΒ§impl AsRef<Element> for HtmlButtonElement
impl AsRef<Element> for HtmlButtonElement
SourceΒ§impl AsRef<Element> for HtmlCanvasElement
impl AsRef<Element> for HtmlCanvasElement
SourceΒ§impl AsRef<Element> for HtmlDListElement
impl AsRef<Element> for HtmlDListElement
SourceΒ§impl AsRef<Element> for HtmlDataElement
impl AsRef<Element> for HtmlDataElement
SourceΒ§impl AsRef<Element> for HtmlDataListElement
impl AsRef<Element> for HtmlDataListElement
SourceΒ§impl AsRef<Element> for HtmlDetailsElement
impl AsRef<Element> for HtmlDetailsElement
SourceΒ§impl AsRef<Element> for HtmlDialogElement
impl AsRef<Element> for HtmlDialogElement
SourceΒ§impl AsRef<Element> for HtmlDirectoryElement
impl AsRef<Element> for HtmlDirectoryElement
SourceΒ§impl AsRef<Element> for HtmlDivElement
impl AsRef<Element> for HtmlDivElement
SourceΒ§impl AsRef<Element> for HtmlElement
impl AsRef<Element> for HtmlElement
SourceΒ§impl AsRef<Element> for HtmlEmbedElement
impl AsRef<Element> for HtmlEmbedElement
SourceΒ§impl AsRef<Element> for HtmlFieldSetElement
impl AsRef<Element> for HtmlFieldSetElement
SourceΒ§impl AsRef<Element> for HtmlFontElement
impl AsRef<Element> for HtmlFontElement
SourceΒ§impl AsRef<Element> for HtmlFormElement
impl AsRef<Element> for HtmlFormElement
SourceΒ§impl AsRef<Element> for HtmlFrameElement
impl AsRef<Element> for HtmlFrameElement
SourceΒ§impl AsRef<Element> for HtmlFrameSetElement
impl AsRef<Element> for HtmlFrameSetElement
SourceΒ§impl AsRef<Element> for HtmlHeadElement
impl AsRef<Element> for HtmlHeadElement
SourceΒ§impl AsRef<Element> for HtmlHeadingElement
impl AsRef<Element> for HtmlHeadingElement
SourceΒ§impl AsRef<Element> for HtmlHrElement
impl AsRef<Element> for HtmlHrElement
SourceΒ§impl AsRef<Element> for HtmlHtmlElement
impl AsRef<Element> for HtmlHtmlElement
SourceΒ§impl AsRef<Element> for HtmlIFrameElement
impl AsRef<Element> for HtmlIFrameElement
SourceΒ§impl AsRef<Element> for HtmlImageElement
impl AsRef<Element> for HtmlImageElement
SourceΒ§impl AsRef<Element> for HtmlInputElement
impl AsRef<Element> for HtmlInputElement
SourceΒ§impl AsRef<Element> for HtmlLabelElement
impl AsRef<Element> for HtmlLabelElement
SourceΒ§impl AsRef<Element> for HtmlLegendElement
impl AsRef<Element> for HtmlLegendElement
SourceΒ§impl AsRef<Element> for HtmlLiElement
impl AsRef<Element> for HtmlLiElement
SourceΒ§impl AsRef<Element> for HtmlLinkElement
impl AsRef<Element> for HtmlLinkElement
SourceΒ§impl AsRef<Element> for HtmlMapElement
impl AsRef<Element> for HtmlMapElement
SourceΒ§impl AsRef<Element> for HtmlMediaElement
impl AsRef<Element> for HtmlMediaElement
SourceΒ§impl AsRef<Element> for HtmlMenuElement
impl AsRef<Element> for HtmlMenuElement
SourceΒ§impl AsRef<Element> for HtmlMenuItemElement
impl AsRef<Element> for HtmlMenuItemElement
SourceΒ§impl AsRef<Element> for HtmlMetaElement
impl AsRef<Element> for HtmlMetaElement
SourceΒ§impl AsRef<Element> for HtmlMeterElement
impl AsRef<Element> for HtmlMeterElement
SourceΒ§impl AsRef<Element> for HtmlModElement
impl AsRef<Element> for HtmlModElement
SourceΒ§impl AsRef<Element> for HtmlOListElement
impl AsRef<Element> for HtmlOListElement
SourceΒ§impl AsRef<Element> for HtmlObjectElement
impl AsRef<Element> for HtmlObjectElement
SourceΒ§impl AsRef<Element> for HtmlOptGroupElement
impl AsRef<Element> for HtmlOptGroupElement
SourceΒ§impl AsRef<Element> for HtmlOptionElement
impl AsRef<Element> for HtmlOptionElement
SourceΒ§impl AsRef<Element> for HtmlOutputElement
impl AsRef<Element> for HtmlOutputElement
SourceΒ§impl AsRef<Element> for HtmlParagraphElement
impl AsRef<Element> for HtmlParagraphElement
SourceΒ§impl AsRef<Element> for HtmlParamElement
impl AsRef<Element> for HtmlParamElement
SourceΒ§impl AsRef<Element> for HtmlPictureElement
impl AsRef<Element> for HtmlPictureElement
SourceΒ§impl AsRef<Element> for HtmlPreElement
impl AsRef<Element> for HtmlPreElement
SourceΒ§impl AsRef<Element> for HtmlProgressElement
impl AsRef<Element> for HtmlProgressElement
SourceΒ§impl AsRef<Element> for HtmlQuoteElement
impl AsRef<Element> for HtmlQuoteElement
SourceΒ§impl AsRef<Element> for HtmlScriptElement
impl AsRef<Element> for HtmlScriptElement
SourceΒ§impl AsRef<Element> for HtmlSelectElement
impl AsRef<Element> for HtmlSelectElement
SourceΒ§impl AsRef<Element> for HtmlSlotElement
impl AsRef<Element> for HtmlSlotElement
SourceΒ§impl AsRef<Element> for HtmlSourceElement
impl AsRef<Element> for HtmlSourceElement
SourceΒ§impl AsRef<Element> for HtmlSpanElement
impl AsRef<Element> for HtmlSpanElement
SourceΒ§impl AsRef<Element> for HtmlStyleElement
impl AsRef<Element> for HtmlStyleElement
SourceΒ§impl AsRef<Element> for HtmlTableCaptionElement
impl AsRef<Element> for HtmlTableCaptionElement
SourceΒ§impl AsRef<Element> for HtmlTableCellElement
impl AsRef<Element> for HtmlTableCellElement
SourceΒ§impl AsRef<Element> for HtmlTableColElement
impl AsRef<Element> for HtmlTableColElement
SourceΒ§impl AsRef<Element> for HtmlTableElement
impl AsRef<Element> for HtmlTableElement
SourceΒ§impl AsRef<Element> for HtmlTableRowElement
impl AsRef<Element> for HtmlTableRowElement
SourceΒ§impl AsRef<Element> for HtmlTableSectionElement
impl AsRef<Element> for HtmlTableSectionElement
SourceΒ§impl AsRef<Element> for HtmlTemplateElement
impl AsRef<Element> for HtmlTemplateElement
SourceΒ§impl AsRef<Element> for HtmlTextAreaElement
impl AsRef<Element> for HtmlTextAreaElement
SourceΒ§impl AsRef<Element> for HtmlTimeElement
impl AsRef<Element> for HtmlTimeElement
SourceΒ§impl AsRef<Element> for HtmlTitleElement
impl AsRef<Element> for HtmlTitleElement
SourceΒ§impl AsRef<Element> for HtmlTrackElement
impl AsRef<Element> for HtmlTrackElement
SourceΒ§impl AsRef<Element> for HtmlUListElement
impl AsRef<Element> for HtmlUListElement
SourceΒ§impl AsRef<Element> for HtmlUnknownElement
impl AsRef<Element> for HtmlUnknownElement
SourceΒ§impl AsRef<Element> for HtmlVideoElement
impl AsRef<Element> for HtmlVideoElement
SourceΒ§impl AsRef<Element> for MathMlElement
impl AsRef<Element> for MathMlElement
SourceΒ§impl AsRef<Element> for SvgAnimateElement
impl AsRef<Element> for SvgAnimateElement
SourceΒ§impl AsRef<Element> for SvgAnimateMotionElement
impl AsRef<Element> for SvgAnimateMotionElement
SourceΒ§impl AsRef<Element> for SvgAnimateTransformElement
impl AsRef<Element> for SvgAnimateTransformElement
SourceΒ§impl AsRef<Element> for SvgAnimationElement
impl AsRef<Element> for SvgAnimationElement
SourceΒ§impl AsRef<Element> for SvgCircleElement
impl AsRef<Element> for SvgCircleElement
SourceΒ§impl AsRef<Element> for SvgClipPathElement
impl AsRef<Element> for SvgClipPathElement
SourceΒ§impl AsRef<Element> for SvgDefsElement
impl AsRef<Element> for SvgDefsElement
SourceΒ§impl AsRef<Element> for SvgDescElement
impl AsRef<Element> for SvgDescElement
SourceΒ§impl AsRef<Element> for SvgElement
impl AsRef<Element> for SvgElement
SourceΒ§impl AsRef<Element> for SvgEllipseElement
impl AsRef<Element> for SvgEllipseElement
SourceΒ§impl AsRef<Element> for SvgFilterElement
impl AsRef<Element> for SvgFilterElement
SourceΒ§impl AsRef<Element> for SvgForeignObjectElement
impl AsRef<Element> for SvgForeignObjectElement
SourceΒ§impl AsRef<Element> for SvgGeometryElement
impl AsRef<Element> for SvgGeometryElement
SourceΒ§impl AsRef<Element> for SvgGradientElement
impl AsRef<Element> for SvgGradientElement
SourceΒ§impl AsRef<Element> for SvgGraphicsElement
impl AsRef<Element> for SvgGraphicsElement
SourceΒ§impl AsRef<Element> for SvgImageElement
impl AsRef<Element> for SvgImageElement
SourceΒ§impl AsRef<Element> for SvgLineElement
impl AsRef<Element> for SvgLineElement
SourceΒ§impl AsRef<Element> for SvgLinearGradientElement
impl AsRef<Element> for SvgLinearGradientElement
SourceΒ§impl AsRef<Element> for SvgMarkerElement
impl AsRef<Element> for SvgMarkerElement
SourceΒ§impl AsRef<Element> for SvgMaskElement
impl AsRef<Element> for SvgMaskElement
SourceΒ§impl AsRef<Element> for SvgMetadataElement
impl AsRef<Element> for SvgMetadataElement
SourceΒ§impl AsRef<Element> for SvgPathElement
impl AsRef<Element> for SvgPathElement
SourceΒ§impl AsRef<Element> for SvgPatternElement
impl AsRef<Element> for SvgPatternElement
SourceΒ§impl AsRef<Element> for SvgPolygonElement
impl AsRef<Element> for SvgPolygonElement
SourceΒ§impl AsRef<Element> for SvgPolylineElement
impl AsRef<Element> for SvgPolylineElement
SourceΒ§impl AsRef<Element> for SvgRadialGradientElement
impl AsRef<Element> for SvgRadialGradientElement
SourceΒ§impl AsRef<Element> for SvgRectElement
impl AsRef<Element> for SvgRectElement
SourceΒ§impl AsRef<Element> for SvgScriptElement
impl AsRef<Element> for SvgScriptElement
SourceΒ§impl AsRef<Element> for SvgSetElement
impl AsRef<Element> for SvgSetElement
SourceΒ§impl AsRef<Element> for SvgStopElement
impl AsRef<Element> for SvgStopElement
SourceΒ§impl AsRef<Element> for SvgStyleElement
impl AsRef<Element> for SvgStyleElement
SourceΒ§impl AsRef<Element> for SvgSwitchElement
impl AsRef<Element> for SvgSwitchElement
SourceΒ§impl AsRef<Element> for SvgSymbolElement
impl AsRef<Element> for SvgSymbolElement
SourceΒ§impl AsRef<Element> for SvgTextContentElement
impl AsRef<Element> for SvgTextContentElement
SourceΒ§impl AsRef<Element> for SvgTextElement
impl AsRef<Element> for SvgTextElement
SourceΒ§impl AsRef<Element> for SvgTextPathElement
impl AsRef<Element> for SvgTextPathElement
SourceΒ§impl AsRef<Element> for SvgTextPositioningElement
impl AsRef<Element> for SvgTextPositioningElement
SourceΒ§impl AsRef<Element> for SvgTitleElement
impl AsRef<Element> for SvgTitleElement
SourceΒ§impl AsRef<Element> for SvgUseElement
impl AsRef<Element> for SvgUseElement
SourceΒ§impl AsRef<Element> for SvgViewElement
impl AsRef<Element> for SvgViewElement
SourceΒ§impl AsRef<Element> for SvgaElement
impl AsRef<Element> for SvgaElement
SourceΒ§impl AsRef<Element> for SvgfeBlendElement
impl AsRef<Element> for SvgfeBlendElement
SourceΒ§impl AsRef<Element> for SvgfeColorMatrixElement
impl AsRef<Element> for SvgfeColorMatrixElement
SourceΒ§impl AsRef<Element> for SvgfeCompositeElement
impl AsRef<Element> for SvgfeCompositeElement
SourceΒ§impl AsRef<Element> for SvgfeConvolveMatrixElement
impl AsRef<Element> for SvgfeConvolveMatrixElement
SourceΒ§impl AsRef<Element> for SvgfeDiffuseLightingElement
impl AsRef<Element> for SvgfeDiffuseLightingElement
SourceΒ§impl AsRef<Element> for SvgfeDisplacementMapElement
impl AsRef<Element> for SvgfeDisplacementMapElement
SourceΒ§impl AsRef<Element> for SvgfeDistantLightElement
impl AsRef<Element> for SvgfeDistantLightElement
SourceΒ§impl AsRef<Element> for SvgfeDropShadowElement
impl AsRef<Element> for SvgfeDropShadowElement
SourceΒ§impl AsRef<Element> for SvgfeFloodElement
impl AsRef<Element> for SvgfeFloodElement
SourceΒ§impl AsRef<Element> for SvgfeFuncAElement
impl AsRef<Element> for SvgfeFuncAElement
SourceΒ§impl AsRef<Element> for SvgfeFuncBElement
impl AsRef<Element> for SvgfeFuncBElement
SourceΒ§impl AsRef<Element> for SvgfeFuncGElement
impl AsRef<Element> for SvgfeFuncGElement
SourceΒ§impl AsRef<Element> for SvgfeFuncRElement
impl AsRef<Element> for SvgfeFuncRElement
SourceΒ§impl AsRef<Element> for SvgfeGaussianBlurElement
impl AsRef<Element> for SvgfeGaussianBlurElement
SourceΒ§impl AsRef<Element> for SvgfeImageElement
impl AsRef<Element> for SvgfeImageElement
SourceΒ§impl AsRef<Element> for SvgfeMergeElement
impl AsRef<Element> for SvgfeMergeElement
SourceΒ§impl AsRef<Element> for SvgfeMergeNodeElement
impl AsRef<Element> for SvgfeMergeNodeElement
SourceΒ§impl AsRef<Element> for SvgfeMorphologyElement
impl AsRef<Element> for SvgfeMorphologyElement
SourceΒ§impl AsRef<Element> for SvgfeOffsetElement
impl AsRef<Element> for SvgfeOffsetElement
SourceΒ§impl AsRef<Element> for SvgfePointLightElement
impl AsRef<Element> for SvgfePointLightElement
SourceΒ§impl AsRef<Element> for SvgfeSpecularLightingElement
impl AsRef<Element> for SvgfeSpecularLightingElement
SourceΒ§impl AsRef<Element> for SvgfeSpotLightElement
impl AsRef<Element> for SvgfeSpotLightElement
SourceΒ§impl AsRef<Element> for SvgfeTileElement
impl AsRef<Element> for SvgfeTileElement
SourceΒ§impl AsRef<Element> for SvgfeTurbulenceElement
impl AsRef<Element> for SvgfeTurbulenceElement
SourceΒ§impl AsRef<Element> for SvggElement
impl AsRef<Element> for SvggElement
SourceΒ§impl AsRef<Element> for SvgmPathElement
impl AsRef<Element> for SvgmPathElement
SourceΒ§impl AsRef<Element> for SvgsvgElement
impl AsRef<Element> for SvgsvgElement
SourceΒ§impl AsRef<Element> for SvgtSpanElement
impl AsRef<Element> for SvgtSpanElement
SourceΒ§impl AsRef<EventTarget> for Element
impl AsRef<EventTarget> for Element
SourceΒ§fn as_ref(&self) -> &EventTarget
fn as_ref(&self) -> &EventTarget
SourceΒ§impl From<Element> for EventTarget
impl From<Element> for EventTarget
SourceΒ§fn from(obj: Element) -> EventTarget
fn from(obj: Element) -> EventTarget
SourceΒ§impl From<HtmlAnchorElement> for Element
impl From<HtmlAnchorElement> for Element
SourceΒ§fn from(obj: HtmlAnchorElement) -> Element
fn from(obj: HtmlAnchorElement) -> Element
SourceΒ§impl From<HtmlAreaElement> for Element
impl From<HtmlAreaElement> for Element
SourceΒ§fn from(obj: HtmlAreaElement) -> Element
fn from(obj: HtmlAreaElement) -> Element
SourceΒ§impl From<HtmlAudioElement> for Element
impl From<HtmlAudioElement> for Element
SourceΒ§fn from(obj: HtmlAudioElement) -> Element
fn from(obj: HtmlAudioElement) -> Element
SourceΒ§impl From<HtmlBaseElement> for Element
impl From<HtmlBaseElement> for Element
SourceΒ§fn from(obj: HtmlBaseElement) -> Element
fn from(obj: HtmlBaseElement) -> Element
SourceΒ§impl From<HtmlBodyElement> for Element
impl From<HtmlBodyElement> for Element
SourceΒ§fn from(obj: HtmlBodyElement) -> Element
fn from(obj: HtmlBodyElement) -> Element
SourceΒ§impl From<HtmlBrElement> for Element
impl From<HtmlBrElement> for Element
SourceΒ§fn from(obj: HtmlBrElement) -> Element
fn from(obj: HtmlBrElement) -> Element
SourceΒ§impl From<HtmlButtonElement> for Element
impl From<HtmlButtonElement> for Element
SourceΒ§fn from(obj: HtmlButtonElement) -> Element
fn from(obj: HtmlButtonElement) -> Element
SourceΒ§impl From<HtmlCanvasElement> for Element
impl From<HtmlCanvasElement> for Element
SourceΒ§fn from(obj: HtmlCanvasElement) -> Element
fn from(obj: HtmlCanvasElement) -> Element
SourceΒ§impl From<HtmlDListElement> for Element
impl From<HtmlDListElement> for Element
SourceΒ§fn from(obj: HtmlDListElement) -> Element
fn from(obj: HtmlDListElement) -> Element
SourceΒ§impl From<HtmlDataElement> for Element
impl From<HtmlDataElement> for Element
SourceΒ§fn from(obj: HtmlDataElement) -> Element
fn from(obj: HtmlDataElement) -> Element
SourceΒ§impl From<HtmlDataListElement> for Element
impl From<HtmlDataListElement> for Element
SourceΒ§fn from(obj: HtmlDataListElement) -> Element
fn from(obj: HtmlDataListElement) -> Element
SourceΒ§impl From<HtmlDetailsElement> for Element
impl From<HtmlDetailsElement> for Element
SourceΒ§fn from(obj: HtmlDetailsElement) -> Element
fn from(obj: HtmlDetailsElement) -> Element
SourceΒ§impl From<HtmlDialogElement> for Element
impl From<HtmlDialogElement> for Element
SourceΒ§fn from(obj: HtmlDialogElement) -> Element
fn from(obj: HtmlDialogElement) -> Element
SourceΒ§impl From<HtmlDirectoryElement> for Element
impl From<HtmlDirectoryElement> for Element
SourceΒ§fn from(obj: HtmlDirectoryElement) -> Element
fn from(obj: HtmlDirectoryElement) -> Element
SourceΒ§impl From<HtmlDivElement> for Element
impl From<HtmlDivElement> for Element
SourceΒ§fn from(obj: HtmlDivElement) -> Element
fn from(obj: HtmlDivElement) -> Element
SourceΒ§impl From<HtmlElement> for Element
impl From<HtmlElement> for Element
SourceΒ§fn from(obj: HtmlElement) -> Element
fn from(obj: HtmlElement) -> Element
SourceΒ§impl From<HtmlEmbedElement> for Element
impl From<HtmlEmbedElement> for Element
SourceΒ§fn from(obj: HtmlEmbedElement) -> Element
fn from(obj: HtmlEmbedElement) -> Element
SourceΒ§impl From<HtmlFieldSetElement> for Element
impl From<HtmlFieldSetElement> for Element
SourceΒ§fn from(obj: HtmlFieldSetElement) -> Element
fn from(obj: HtmlFieldSetElement) -> Element
SourceΒ§impl From<HtmlFontElement> for Element
impl From<HtmlFontElement> for Element
SourceΒ§fn from(obj: HtmlFontElement) -> Element
fn from(obj: HtmlFontElement) -> Element
SourceΒ§impl From<HtmlFormElement> for Element
impl From<HtmlFormElement> for Element
SourceΒ§fn from(obj: HtmlFormElement) -> Element
fn from(obj: HtmlFormElement) -> Element
SourceΒ§impl From<HtmlFrameElement> for Element
impl From<HtmlFrameElement> for Element
SourceΒ§fn from(obj: HtmlFrameElement) -> Element
fn from(obj: HtmlFrameElement) -> Element
SourceΒ§impl From<HtmlFrameSetElement> for Element
impl From<HtmlFrameSetElement> for Element
SourceΒ§fn from(obj: HtmlFrameSetElement) -> Element
fn from(obj: HtmlFrameSetElement) -> Element
SourceΒ§impl From<HtmlHeadElement> for Element
impl From<HtmlHeadElement> for Element
SourceΒ§fn from(obj: HtmlHeadElement) -> Element
fn from(obj: HtmlHeadElement) -> Element
SourceΒ§impl From<HtmlHeadingElement> for Element
impl From<HtmlHeadingElement> for Element
SourceΒ§fn from(obj: HtmlHeadingElement) -> Element
fn from(obj: HtmlHeadingElement) -> Element
SourceΒ§impl From<HtmlHrElement> for Element
impl From<HtmlHrElement> for Element
SourceΒ§fn from(obj: HtmlHrElement) -> Element
fn from(obj: HtmlHrElement) -> Element
SourceΒ§impl From<HtmlHtmlElement> for Element
impl From<HtmlHtmlElement> for Element
SourceΒ§fn from(obj: HtmlHtmlElement) -> Element
fn from(obj: HtmlHtmlElement) -> Element
SourceΒ§impl From<HtmlIFrameElement> for Element
impl From<HtmlIFrameElement> for Element
SourceΒ§fn from(obj: HtmlIFrameElement) -> Element
fn from(obj: HtmlIFrameElement) -> Element
SourceΒ§impl From<HtmlImageElement> for Element
impl From<HtmlImageElement> for Element
SourceΒ§fn from(obj: HtmlImageElement) -> Element
fn from(obj: HtmlImageElement) -> Element
SourceΒ§impl From<HtmlInputElement> for Element
impl From<HtmlInputElement> for Element
SourceΒ§fn from(obj: HtmlInputElement) -> Element
fn from(obj: HtmlInputElement) -> Element
SourceΒ§impl From<HtmlLabelElement> for Element
impl From<HtmlLabelElement> for Element
SourceΒ§fn from(obj: HtmlLabelElement) -> Element
fn from(obj: HtmlLabelElement) -> Element
SourceΒ§impl From<HtmlLegendElement> for Element
impl From<HtmlLegendElement> for Element
SourceΒ§fn from(obj: HtmlLegendElement) -> Element
fn from(obj: HtmlLegendElement) -> Element
SourceΒ§impl From<HtmlLiElement> for Element
impl From<HtmlLiElement> for Element
SourceΒ§fn from(obj: HtmlLiElement) -> Element
fn from(obj: HtmlLiElement) -> Element
SourceΒ§impl From<HtmlLinkElement> for Element
impl From<HtmlLinkElement> for Element
SourceΒ§fn from(obj: HtmlLinkElement) -> Element
fn from(obj: HtmlLinkElement) -> Element
SourceΒ§impl From<HtmlMapElement> for Element
impl From<HtmlMapElement> for Element
SourceΒ§fn from(obj: HtmlMapElement) -> Element
fn from(obj: HtmlMapElement) -> Element
SourceΒ§impl From<HtmlMediaElement> for Element
impl From<HtmlMediaElement> for Element
SourceΒ§fn from(obj: HtmlMediaElement) -> Element
fn from(obj: HtmlMediaElement) -> Element
SourceΒ§impl From<HtmlMenuElement> for Element
impl From<HtmlMenuElement> for Element
SourceΒ§fn from(obj: HtmlMenuElement) -> Element
fn from(obj: HtmlMenuElement) -> Element
SourceΒ§impl From<HtmlMenuItemElement> for Element
impl From<HtmlMenuItemElement> for Element
SourceΒ§fn from(obj: HtmlMenuItemElement) -> Element
fn from(obj: HtmlMenuItemElement) -> Element
SourceΒ§impl From<HtmlMetaElement> for Element
impl From<HtmlMetaElement> for Element
SourceΒ§fn from(obj: HtmlMetaElement) -> Element
fn from(obj: HtmlMetaElement) -> Element
SourceΒ§impl From<HtmlMeterElement> for Element
impl From<HtmlMeterElement> for Element
SourceΒ§fn from(obj: HtmlMeterElement) -> Element
fn from(obj: HtmlMeterElement) -> Element
SourceΒ§impl From<HtmlModElement> for Element
impl From<HtmlModElement> for Element
SourceΒ§fn from(obj: HtmlModElement) -> Element
fn from(obj: HtmlModElement) -> Element
SourceΒ§impl From<HtmlOListElement> for Element
impl From<HtmlOListElement> for Element
SourceΒ§fn from(obj: HtmlOListElement) -> Element
fn from(obj: HtmlOListElement) -> Element
SourceΒ§impl From<HtmlObjectElement> for Element
impl From<HtmlObjectElement> for Element
SourceΒ§fn from(obj: HtmlObjectElement) -> Element
fn from(obj: HtmlObjectElement) -> Element
SourceΒ§impl From<HtmlOptGroupElement> for Element
impl From<HtmlOptGroupElement> for Element
SourceΒ§fn from(obj: HtmlOptGroupElement) -> Element
fn from(obj: HtmlOptGroupElement) -> Element
SourceΒ§impl From<HtmlOptionElement> for Element
impl From<HtmlOptionElement> for Element
SourceΒ§fn from(obj: HtmlOptionElement) -> Element
fn from(obj: HtmlOptionElement) -> Element
SourceΒ§impl From<HtmlOutputElement> for Element
impl From<HtmlOutputElement> for Element
SourceΒ§fn from(obj: HtmlOutputElement) -> Element
fn from(obj: HtmlOutputElement) -> Element
SourceΒ§impl From<HtmlParagraphElement> for Element
impl From<HtmlParagraphElement> for Element
SourceΒ§fn from(obj: HtmlParagraphElement) -> Element
fn from(obj: HtmlParagraphElement) -> Element
SourceΒ§impl From<HtmlParamElement> for Element
impl From<HtmlParamElement> for Element
SourceΒ§fn from(obj: HtmlParamElement) -> Element
fn from(obj: HtmlParamElement) -> Element
SourceΒ§impl From<HtmlPictureElement> for Element
impl From<HtmlPictureElement> for Element
SourceΒ§fn from(obj: HtmlPictureElement) -> Element
fn from(obj: HtmlPictureElement) -> Element
SourceΒ§impl From<HtmlPreElement> for Element
impl From<HtmlPreElement> for Element
SourceΒ§fn from(obj: HtmlPreElement) -> Element
fn from(obj: HtmlPreElement) -> Element
SourceΒ§impl From<HtmlProgressElement> for Element
impl From<HtmlProgressElement> for Element
SourceΒ§fn from(obj: HtmlProgressElement) -> Element
fn from(obj: HtmlProgressElement) -> Element
SourceΒ§impl From<HtmlQuoteElement> for Element
impl From<HtmlQuoteElement> for Element
SourceΒ§fn from(obj: HtmlQuoteElement) -> Element
fn from(obj: HtmlQuoteElement) -> Element
SourceΒ§impl From<HtmlScriptElement> for Element
impl From<HtmlScriptElement> for Element
SourceΒ§fn from(obj: HtmlScriptElement) -> Element
fn from(obj: HtmlScriptElement) -> Element
SourceΒ§impl From<HtmlSelectElement> for Element
impl From<HtmlSelectElement> for Element
SourceΒ§fn from(obj: HtmlSelectElement) -> Element
fn from(obj: HtmlSelectElement) -> Element
SourceΒ§impl From<HtmlSlotElement> for Element
impl From<HtmlSlotElement> for Element
SourceΒ§fn from(obj: HtmlSlotElement) -> Element
fn from(obj: HtmlSlotElement) -> Element
SourceΒ§impl From<HtmlSourceElement> for Element
impl From<HtmlSourceElement> for Element
SourceΒ§fn from(obj: HtmlSourceElement) -> Element
fn from(obj: HtmlSourceElement) -> Element
SourceΒ§impl From<HtmlSpanElement> for Element
impl From<HtmlSpanElement> for Element
SourceΒ§fn from(obj: HtmlSpanElement) -> Element
fn from(obj: HtmlSpanElement) -> Element
SourceΒ§impl From<HtmlStyleElement> for Element
impl From<HtmlStyleElement> for Element
SourceΒ§fn from(obj: HtmlStyleElement) -> Element
fn from(obj: HtmlStyleElement) -> Element
SourceΒ§impl From<HtmlTableCaptionElement> for Element
impl From<HtmlTableCaptionElement> for Element
SourceΒ§fn from(obj: HtmlTableCaptionElement) -> Element
fn from(obj: HtmlTableCaptionElement) -> Element
SourceΒ§impl From<HtmlTableCellElement> for Element
impl From<HtmlTableCellElement> for Element
SourceΒ§fn from(obj: HtmlTableCellElement) -> Element
fn from(obj: HtmlTableCellElement) -> Element
SourceΒ§impl From<HtmlTableColElement> for Element
impl From<HtmlTableColElement> for Element
SourceΒ§fn from(obj: HtmlTableColElement) -> Element
fn from(obj: HtmlTableColElement) -> Element
SourceΒ§impl From<HtmlTableElement> for Element
impl From<HtmlTableElement> for Element
SourceΒ§fn from(obj: HtmlTableElement) -> Element
fn from(obj: HtmlTableElement) -> Element
SourceΒ§impl From<HtmlTableRowElement> for Element
impl From<HtmlTableRowElement> for Element
SourceΒ§fn from(obj: HtmlTableRowElement) -> Element
fn from(obj: HtmlTableRowElement) -> Element
SourceΒ§impl From<HtmlTableSectionElement> for Element
impl From<HtmlTableSectionElement> for Element
SourceΒ§fn from(obj: HtmlTableSectionElement) -> Element
fn from(obj: HtmlTableSectionElement) -> Element
SourceΒ§impl From<HtmlTemplateElement> for Element
impl From<HtmlTemplateElement> for Element
SourceΒ§fn from(obj: HtmlTemplateElement) -> Element
fn from(obj: HtmlTemplateElement) -> Element
SourceΒ§impl From<HtmlTextAreaElement> for Element
impl From<HtmlTextAreaElement> for Element
SourceΒ§fn from(obj: HtmlTextAreaElement) -> Element
fn from(obj: HtmlTextAreaElement) -> Element
SourceΒ§impl From<HtmlTimeElement> for Element
impl From<HtmlTimeElement> for Element
SourceΒ§fn from(obj: HtmlTimeElement) -> Element
fn from(obj: HtmlTimeElement) -> Element
SourceΒ§impl From<HtmlTitleElement> for Element
impl From<HtmlTitleElement> for Element
SourceΒ§fn from(obj: HtmlTitleElement) -> Element
fn from(obj: HtmlTitleElement) -> Element
SourceΒ§impl From<HtmlTrackElement> for Element
impl From<HtmlTrackElement> for Element
SourceΒ§fn from(obj: HtmlTrackElement) -> Element
fn from(obj: HtmlTrackElement) -> Element
SourceΒ§impl From<HtmlUListElement> for Element
impl From<HtmlUListElement> for Element
SourceΒ§fn from(obj: HtmlUListElement) -> Element
fn from(obj: HtmlUListElement) -> Element
SourceΒ§impl From<HtmlUnknownElement> for Element
impl From<HtmlUnknownElement> for Element
SourceΒ§fn from(obj: HtmlUnknownElement) -> Element
fn from(obj: HtmlUnknownElement) -> Element
SourceΒ§impl From<HtmlVideoElement> for Element
impl From<HtmlVideoElement> for Element
SourceΒ§fn from(obj: HtmlVideoElement) -> Element
fn from(obj: HtmlVideoElement) -> Element
SourceΒ§impl From<MathMlElement> for Element
impl From<MathMlElement> for Element
SourceΒ§fn from(obj: MathMlElement) -> Element
fn from(obj: MathMlElement) -> Element
SourceΒ§impl From<SvgAnimateElement> for Element
impl From<SvgAnimateElement> for Element
SourceΒ§fn from(obj: SvgAnimateElement) -> Element
fn from(obj: SvgAnimateElement) -> Element
SourceΒ§impl From<SvgAnimateMotionElement> for Element
impl From<SvgAnimateMotionElement> for Element
SourceΒ§fn from(obj: SvgAnimateMotionElement) -> Element
fn from(obj: SvgAnimateMotionElement) -> Element
SourceΒ§impl From<SvgAnimateTransformElement> for Element
impl From<SvgAnimateTransformElement> for Element
SourceΒ§fn from(obj: SvgAnimateTransformElement) -> Element
fn from(obj: SvgAnimateTransformElement) -> Element
SourceΒ§impl From<SvgAnimationElement> for Element
impl From<SvgAnimationElement> for Element
SourceΒ§fn from(obj: SvgAnimationElement) -> Element
fn from(obj: SvgAnimationElement) -> Element
SourceΒ§impl From<SvgCircleElement> for Element
impl From<SvgCircleElement> for Element
SourceΒ§fn from(obj: SvgCircleElement) -> Element
fn from(obj: SvgCircleElement) -> Element
SourceΒ§impl From<SvgClipPathElement> for Element
impl From<SvgClipPathElement> for Element
SourceΒ§fn from(obj: SvgClipPathElement) -> Element
fn from(obj: SvgClipPathElement) -> Element
SourceΒ§impl From<SvgComponentTransferFunctionElement> for Element
impl From<SvgComponentTransferFunctionElement> for Element
SourceΒ§fn from(obj: SvgComponentTransferFunctionElement) -> Element
fn from(obj: SvgComponentTransferFunctionElement) -> Element
SourceΒ§impl From<SvgDefsElement> for Element
impl From<SvgDefsElement> for Element
SourceΒ§fn from(obj: SvgDefsElement) -> Element
fn from(obj: SvgDefsElement) -> Element
SourceΒ§impl From<SvgDescElement> for Element
impl From<SvgDescElement> for Element
SourceΒ§fn from(obj: SvgDescElement) -> Element
fn from(obj: SvgDescElement) -> Element
SourceΒ§impl From<SvgElement> for Element
impl From<SvgElement> for Element
SourceΒ§fn from(obj: SvgElement) -> Element
fn from(obj: SvgElement) -> Element
SourceΒ§impl From<SvgEllipseElement> for Element
impl From<SvgEllipseElement> for Element
SourceΒ§fn from(obj: SvgEllipseElement) -> Element
fn from(obj: SvgEllipseElement) -> Element
SourceΒ§impl From<SvgFilterElement> for Element
impl From<SvgFilterElement> for Element
SourceΒ§fn from(obj: SvgFilterElement) -> Element
fn from(obj: SvgFilterElement) -> Element
SourceΒ§impl From<SvgForeignObjectElement> for Element
impl From<SvgForeignObjectElement> for Element
SourceΒ§fn from(obj: SvgForeignObjectElement) -> Element
fn from(obj: SvgForeignObjectElement) -> Element
SourceΒ§impl From<SvgGeometryElement> for Element
impl From<SvgGeometryElement> for Element
SourceΒ§fn from(obj: SvgGeometryElement) -> Element
fn from(obj: SvgGeometryElement) -> Element
SourceΒ§impl From<SvgGradientElement> for Element
impl From<SvgGradientElement> for Element
SourceΒ§fn from(obj: SvgGradientElement) -> Element
fn from(obj: SvgGradientElement) -> Element
SourceΒ§impl From<SvgGraphicsElement> for Element
impl From<SvgGraphicsElement> for Element
SourceΒ§fn from(obj: SvgGraphicsElement) -> Element
fn from(obj: SvgGraphicsElement) -> Element
SourceΒ§impl From<SvgImageElement> for Element
impl From<SvgImageElement> for Element
SourceΒ§fn from(obj: SvgImageElement) -> Element
fn from(obj: SvgImageElement) -> Element
SourceΒ§impl From<SvgLineElement> for Element
impl From<SvgLineElement> for Element
SourceΒ§fn from(obj: SvgLineElement) -> Element
fn from(obj: SvgLineElement) -> Element
SourceΒ§impl From<SvgLinearGradientElement> for Element
impl From<SvgLinearGradientElement> for Element
SourceΒ§fn from(obj: SvgLinearGradientElement) -> Element
fn from(obj: SvgLinearGradientElement) -> Element
SourceΒ§impl From<SvgMarkerElement> for Element
impl From<SvgMarkerElement> for Element
SourceΒ§fn from(obj: SvgMarkerElement) -> Element
fn from(obj: SvgMarkerElement) -> Element
SourceΒ§impl From<SvgMaskElement> for Element
impl From<SvgMaskElement> for Element
SourceΒ§fn from(obj: SvgMaskElement) -> Element
fn from(obj: SvgMaskElement) -> Element
SourceΒ§impl From<SvgMetadataElement> for Element
impl From<SvgMetadataElement> for Element
SourceΒ§fn from(obj: SvgMetadataElement) -> Element
fn from(obj: SvgMetadataElement) -> Element
SourceΒ§impl From<SvgPathElement> for Element
impl From<SvgPathElement> for Element
SourceΒ§fn from(obj: SvgPathElement) -> Element
fn from(obj: SvgPathElement) -> Element
SourceΒ§impl From<SvgPatternElement> for Element
impl From<SvgPatternElement> for Element
SourceΒ§fn from(obj: SvgPatternElement) -> Element
fn from(obj: SvgPatternElement) -> Element
SourceΒ§impl From<SvgPolygonElement> for Element
impl From<SvgPolygonElement> for Element
SourceΒ§fn from(obj: SvgPolygonElement) -> Element
fn from(obj: SvgPolygonElement) -> Element
SourceΒ§impl From<SvgPolylineElement> for Element
impl From<SvgPolylineElement> for Element
SourceΒ§fn from(obj: SvgPolylineElement) -> Element
fn from(obj: SvgPolylineElement) -> Element
SourceΒ§impl From<SvgRadialGradientElement> for Element
impl From<SvgRadialGradientElement> for Element
SourceΒ§fn from(obj: SvgRadialGradientElement) -> Element
fn from(obj: SvgRadialGradientElement) -> Element
SourceΒ§impl From<SvgRectElement> for Element
impl From<SvgRectElement> for Element
SourceΒ§fn from(obj: SvgRectElement) -> Element
fn from(obj: SvgRectElement) -> Element
SourceΒ§impl From<SvgScriptElement> for Element
impl From<SvgScriptElement> for Element
SourceΒ§fn from(obj: SvgScriptElement) -> Element
fn from(obj: SvgScriptElement) -> Element
SourceΒ§impl From<SvgSetElement> for Element
impl From<SvgSetElement> for Element
SourceΒ§fn from(obj: SvgSetElement) -> Element
fn from(obj: SvgSetElement) -> Element
SourceΒ§impl From<SvgStopElement> for Element
impl From<SvgStopElement> for Element
SourceΒ§fn from(obj: SvgStopElement) -> Element
fn from(obj: SvgStopElement) -> Element
SourceΒ§impl From<SvgStyleElement> for Element
impl From<SvgStyleElement> for Element
SourceΒ§fn from(obj: SvgStyleElement) -> Element
fn from(obj: SvgStyleElement) -> Element
SourceΒ§impl From<SvgSwitchElement> for Element
impl From<SvgSwitchElement> for Element
SourceΒ§fn from(obj: SvgSwitchElement) -> Element
fn from(obj: SvgSwitchElement) -> Element
SourceΒ§impl From<SvgSymbolElement> for Element
impl From<SvgSymbolElement> for Element
SourceΒ§fn from(obj: SvgSymbolElement) -> Element
fn from(obj: SvgSymbolElement) -> Element
SourceΒ§impl From<SvgTextContentElement> for Element
impl From<SvgTextContentElement> for Element
SourceΒ§fn from(obj: SvgTextContentElement) -> Element
fn from(obj: SvgTextContentElement) -> Element
SourceΒ§impl From<SvgTextElement> for Element
impl From<SvgTextElement> for Element
SourceΒ§fn from(obj: SvgTextElement) -> Element
fn from(obj: SvgTextElement) -> Element
SourceΒ§impl From<SvgTextPathElement> for Element
impl From<SvgTextPathElement> for Element
SourceΒ§fn from(obj: SvgTextPathElement) -> Element
fn from(obj: SvgTextPathElement) -> Element
SourceΒ§impl From<SvgTextPositioningElement> for Element
impl From<SvgTextPositioningElement> for Element
SourceΒ§fn from(obj: SvgTextPositioningElement) -> Element
fn from(obj: SvgTextPositioningElement) -> Element
SourceΒ§impl From<SvgTitleElement> for Element
impl From<SvgTitleElement> for Element
SourceΒ§fn from(obj: SvgTitleElement) -> Element
fn from(obj: SvgTitleElement) -> Element
SourceΒ§impl From<SvgUseElement> for Element
impl From<SvgUseElement> for Element
SourceΒ§fn from(obj: SvgUseElement) -> Element
fn from(obj: SvgUseElement) -> Element
SourceΒ§impl From<SvgViewElement> for Element
impl From<SvgViewElement> for Element
SourceΒ§fn from(obj: SvgViewElement) -> Element
fn from(obj: SvgViewElement) -> Element
SourceΒ§impl From<SvgaElement> for Element
impl From<SvgaElement> for Element
SourceΒ§fn from(obj: SvgaElement) -> Element
fn from(obj: SvgaElement) -> Element
SourceΒ§impl From<SvgfeBlendElement> for Element
impl From<SvgfeBlendElement> for Element
SourceΒ§fn from(obj: SvgfeBlendElement) -> Element
fn from(obj: SvgfeBlendElement) -> Element
SourceΒ§impl From<SvgfeColorMatrixElement> for Element
impl From<SvgfeColorMatrixElement> for Element
SourceΒ§fn from(obj: SvgfeColorMatrixElement) -> Element
fn from(obj: SvgfeColorMatrixElement) -> Element
SourceΒ§impl From<SvgfeComponentTransferElement> for Element
impl From<SvgfeComponentTransferElement> for Element
SourceΒ§fn from(obj: SvgfeComponentTransferElement) -> Element
fn from(obj: SvgfeComponentTransferElement) -> Element
SourceΒ§impl From<SvgfeCompositeElement> for Element
impl From<SvgfeCompositeElement> for Element
SourceΒ§fn from(obj: SvgfeCompositeElement) -> Element
fn from(obj: SvgfeCompositeElement) -> Element
SourceΒ§impl From<SvgfeConvolveMatrixElement> for Element
impl From<SvgfeConvolveMatrixElement> for Element
SourceΒ§fn from(obj: SvgfeConvolveMatrixElement) -> Element
fn from(obj: SvgfeConvolveMatrixElement) -> Element
SourceΒ§impl From<SvgfeDiffuseLightingElement> for Element
impl From<SvgfeDiffuseLightingElement> for Element
SourceΒ§fn from(obj: SvgfeDiffuseLightingElement) -> Element
fn from(obj: SvgfeDiffuseLightingElement) -> Element
SourceΒ§impl From<SvgfeDisplacementMapElement> for Element
impl From<SvgfeDisplacementMapElement> for Element
SourceΒ§fn from(obj: SvgfeDisplacementMapElement) -> Element
fn from(obj: SvgfeDisplacementMapElement) -> Element
SourceΒ§impl From<SvgfeDistantLightElement> for Element
impl From<SvgfeDistantLightElement> for Element
SourceΒ§fn from(obj: SvgfeDistantLightElement) -> Element
fn from(obj: SvgfeDistantLightElement) -> Element
SourceΒ§impl From<SvgfeDropShadowElement> for Element
impl From<SvgfeDropShadowElement> for Element
SourceΒ§fn from(obj: SvgfeDropShadowElement) -> Element
fn from(obj: SvgfeDropShadowElement) -> Element
SourceΒ§impl From<SvgfeFloodElement> for Element
impl From<SvgfeFloodElement> for Element
SourceΒ§fn from(obj: SvgfeFloodElement) -> Element
fn from(obj: SvgfeFloodElement) -> Element
SourceΒ§impl From<SvgfeFuncAElement> for Element
impl From<SvgfeFuncAElement> for Element
SourceΒ§fn from(obj: SvgfeFuncAElement) -> Element
fn from(obj: SvgfeFuncAElement) -> Element
SourceΒ§impl From<SvgfeFuncBElement> for Element
impl From<SvgfeFuncBElement> for Element
SourceΒ§fn from(obj: SvgfeFuncBElement) -> Element
fn from(obj: SvgfeFuncBElement) -> Element
SourceΒ§impl From<SvgfeFuncGElement> for Element
impl From<SvgfeFuncGElement> for Element
SourceΒ§fn from(obj: SvgfeFuncGElement) -> Element
fn from(obj: SvgfeFuncGElement) -> Element
SourceΒ§impl From<SvgfeFuncRElement> for Element
impl From<SvgfeFuncRElement> for Element
SourceΒ§fn from(obj: SvgfeFuncRElement) -> Element
fn from(obj: SvgfeFuncRElement) -> Element
SourceΒ§impl From<SvgfeGaussianBlurElement> for Element
impl From<SvgfeGaussianBlurElement> for Element
SourceΒ§fn from(obj: SvgfeGaussianBlurElement) -> Element
fn from(obj: SvgfeGaussianBlurElement) -> Element
SourceΒ§impl From<SvgfeImageElement> for Element
impl From<SvgfeImageElement> for Element
SourceΒ§fn from(obj: SvgfeImageElement) -> Element
fn from(obj: SvgfeImageElement) -> Element
SourceΒ§impl From<SvgfeMergeElement> for Element
impl From<SvgfeMergeElement> for Element
SourceΒ§fn from(obj: SvgfeMergeElement) -> Element
fn from(obj: SvgfeMergeElement) -> Element
SourceΒ§impl From<SvgfeMergeNodeElement> for Element
impl From<SvgfeMergeNodeElement> for Element
SourceΒ§fn from(obj: SvgfeMergeNodeElement) -> Element
fn from(obj: SvgfeMergeNodeElement) -> Element
SourceΒ§impl From<SvgfeMorphologyElement> for Element
impl From<SvgfeMorphologyElement> for Element
SourceΒ§fn from(obj: SvgfeMorphologyElement) -> Element
fn from(obj: SvgfeMorphologyElement) -> Element
SourceΒ§impl From<SvgfeOffsetElement> for Element
impl From<SvgfeOffsetElement> for Element
SourceΒ§fn from(obj: SvgfeOffsetElement) -> Element
fn from(obj: SvgfeOffsetElement) -> Element
SourceΒ§impl From<SvgfePointLightElement> for Element
impl From<SvgfePointLightElement> for Element
SourceΒ§fn from(obj: SvgfePointLightElement) -> Element
fn from(obj: SvgfePointLightElement) -> Element
SourceΒ§impl From<SvgfeSpecularLightingElement> for Element
impl From<SvgfeSpecularLightingElement> for Element
SourceΒ§fn from(obj: SvgfeSpecularLightingElement) -> Element
fn from(obj: SvgfeSpecularLightingElement) -> Element
SourceΒ§impl From<SvgfeSpotLightElement> for Element
impl From<SvgfeSpotLightElement> for Element
SourceΒ§fn from(obj: SvgfeSpotLightElement) -> Element
fn from(obj: SvgfeSpotLightElement) -> Element
SourceΒ§impl From<SvgfeTileElement> for Element
impl From<SvgfeTileElement> for Element
SourceΒ§fn from(obj: SvgfeTileElement) -> Element
fn from(obj: SvgfeTileElement) -> Element
SourceΒ§impl From<SvgfeTurbulenceElement> for Element
impl From<SvgfeTurbulenceElement> for Element
SourceΒ§fn from(obj: SvgfeTurbulenceElement) -> Element
fn from(obj: SvgfeTurbulenceElement) -> Element
SourceΒ§impl From<SvggElement> for Element
impl From<SvggElement> for Element
SourceΒ§fn from(obj: SvggElement) -> Element
fn from(obj: SvggElement) -> Element
SourceΒ§impl From<SvgmPathElement> for Element
impl From<SvgmPathElement> for Element
SourceΒ§fn from(obj: SvgmPathElement) -> Element
fn from(obj: SvgmPathElement) -> Element
SourceΒ§impl From<SvgsvgElement> for Element
impl From<SvgsvgElement> for Element
SourceΒ§fn from(obj: SvgsvgElement) -> Element
fn from(obj: SvgsvgElement) -> Element
SourceΒ§impl From<SvgtSpanElement> for Element
impl From<SvgtSpanElement> for Element
SourceΒ§fn from(obj: SvgtSpanElement) -> Element
fn from(obj: SvgtSpanElement) -> Element
SourceΒ§impl FromWasmAbi for Element
impl FromWasmAbi for Element
SourceΒ§impl<'a> IntoWasmAbi for &'a Element
impl<'a> IntoWasmAbi for &'a Element
SourceΒ§impl IntoWasmAbi for Element
impl IntoWasmAbi for Element
SourceΒ§impl JsCast for Element
impl JsCast for Element
SourceΒ§fn instanceof(val: &JsValue) -> bool
fn instanceof(val: &JsValue) -> bool
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 has_type<T>(&self) -> boolwhere
T: JsCast,
fn has_type<T>(&self) -> boolwhere
T: JsCast,
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,
T
. Read moreSourceΒ§fn dyn_ref<T>(&self) -> Option<&T>where
T: JsCast,
fn dyn_ref<T>(&self) -> Option<&T>where
T: JsCast,
T
. Read moreSourceΒ§fn unchecked_into<T>(self) -> Twhere
T: JsCast,
fn unchecked_into<T>(self) -> Twhere
T: JsCast,
SourceΒ§fn unchecked_ref<T>(&self) -> &Twhere
T: JsCast,
fn unchecked_ref<T>(&self) -> &Twhere
T: JsCast,
SourceΒ§impl LongRefFromWasmAbi for Element
impl LongRefFromWasmAbi for Element
SourceΒ§impl OptionFromWasmAbi for Element
impl OptionFromWasmAbi for Element
SourceΒ§impl<'a> OptionIntoWasmAbi for &'a Element
impl<'a> OptionIntoWasmAbi for &'a Element
SourceΒ§impl OptionIntoWasmAbi for Element
impl OptionIntoWasmAbi for Element
SourceΒ§impl RefFromWasmAbi for Element
impl RefFromWasmAbi for Element
SourceΒ§type Abi = <JsValue as RefFromWasmAbi>::Abi
type Abi = <JsValue as RefFromWasmAbi>::Abi
Self
are recovered from.SourceΒ§type Anchor = ManuallyDrop<Element>
type Anchor = ManuallyDrop<Element>
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.impl Eq for Element
impl StructuralPartialEq for Element
Auto Trait ImplementationsΒ§
impl Freeze for Element
impl RefUnwindSafe for Element
impl !Send for Element
impl !Sync for Element
impl Unpin for Element
impl UnwindSafe for Element
Blanket ImplementationsΒ§
SourceΒ§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
SourceΒ§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
SourceΒ§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
SourceΒ§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
SourceΒ§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
IntoWasmAbi::Abi
SourceΒ§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.