Struct web_sys::Element [−][src]
#[repr(transparent)]pub struct Element { /* fields omitted */ }
The Element class.
This API requires the following crate features to be activated: Element
Implementations
impl Element[src]
impl Element[src]pub fn namespace_uri(&self) -> Option<String>[src]
pub fn namespace_uri(&self) -> Option<String>[src]Getter for the namespaceURI field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn local_name(&self) -> String[src]
pub fn local_name(&self) -> String[src]Getter for the localName field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn class_name(&self) -> String[src]
pub fn class_name(&self) -> String[src]Getter for the className field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn set_class_name(&self, value: &str)[src]
pub fn set_class_name(&self, value: &str)[src]Setter for the className field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn class_list(&self) -> DomTokenList[src]
pub fn class_list(&self) -> DomTokenList[src]Getter for the classList field of this object.
This API requires the following crate features to be activated: DomTokenList, Element
impl Element[src]
impl Element[src]pub fn attributes(&self) -> NamedNodeMap[src]
pub fn attributes(&self) -> NamedNodeMap[src]Getter for the attributes field of this object.
This API requires the following crate features to be activated: Element, NamedNodeMap
impl Element[src]
impl Element[src]pub fn scroll_top(&self) -> i32[src]
pub fn scroll_top(&self) -> i32[src]Getter for the scrollTop field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn set_scroll_top(&self, value: i32)[src]
pub fn set_scroll_top(&self, value: i32)[src]Setter for the scrollTop field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn scroll_left(&self) -> i32[src]
pub fn scroll_left(&self) -> i32[src]Getter for the scrollLeft field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn set_scroll_left(&self, value: i32)[src]
pub fn set_scroll_left(&self, value: i32)[src]Setter for the scrollLeft field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn scroll_width(&self) -> i32[src]
pub fn scroll_width(&self) -> i32[src]Getter for the scrollWidth field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn scroll_height(&self) -> i32[src]
pub fn scroll_height(&self) -> i32[src]Getter for the scrollHeight field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn client_top(&self) -> i32[src]
pub fn client_top(&self) -> i32[src]Getter for the clientTop field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn client_left(&self) -> i32[src]
pub fn client_left(&self) -> i32[src]Getter for the clientLeft field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn client_width(&self) -> i32[src]
pub fn client_width(&self) -> i32[src]Getter for the clientWidth field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn client_height(&self) -> i32[src]
pub fn client_height(&self) -> i32[src]Getter for the clientHeight field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn inner_html(&self) -> String[src]
pub fn inner_html(&self) -> String[src]Getter for the innerHTML field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn set_inner_html(&self, value: &str)[src]
pub fn set_inner_html(&self, value: &str)[src]Setter for the innerHTML field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn outer_html(&self) -> String[src]
pub fn outer_html(&self) -> String[src]Getter for the outerHTML field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn set_outer_html(&self, value: &str)[src]
pub fn set_outer_html(&self, value: &str)[src]Setter for the outerHTML field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn shadow_root(&self) -> Option<ShadowRoot>[src]
pub fn shadow_root(&self) -> Option<ShadowRoot>[src]Getter for the shadowRoot field of this object.
This API requires the following crate features to be activated: Element, ShadowRoot
impl Element[src]
impl Element[src]pub fn assigned_slot(&self) -> Option<HtmlSlotElement>[src]
pub fn assigned_slot(&self) -> Option<HtmlSlotElement>[src]Getter for the assignedSlot field of this object.
This API requires the following crate features to be activated: Element, HtmlSlotElement
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn previous_element_sibling(&self) -> Option<Element>[src]
pub fn previous_element_sibling(&self) -> Option<Element>[src]Getter for the previousElementSibling field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn next_element_sibling(&self) -> Option<Element>[src]
pub fn next_element_sibling(&self) -> Option<Element>[src]Getter for the nextElementSibling field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn children(&self) -> HtmlCollection[src]
pub fn children(&self) -> HtmlCollection[src]Getter for the children field of this object.
This API requires the following crate features to be activated: Element, HtmlCollection
impl Element[src]
impl Element[src]pub fn first_element_child(&self) -> Option<Element>[src]
pub fn first_element_child(&self) -> Option<Element>[src]Getter for the firstElementChild field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn last_element_child(&self) -> Option<Element>[src]
pub fn last_element_child(&self) -> Option<Element>[src]Getter for the lastElementChild field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn child_element_count(&self) -> u32[src]
pub fn child_element_count(&self) -> u32[src]Getter for the childElementCount field of this object.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn attach_shadow(
&self,
shadow_root_init_dict: &ShadowRootInit
) -> Result<ShadowRoot, JsValue>[src]
pub fn attach_shadow(
&self,
shadow_root_init_dict: &ShadowRootInit
) -> Result<ShadowRoot, JsValue>[src]The attachShadow() method.
This API requires the following crate features to be activated: Element, ShadowRoot, ShadowRootInit
impl Element[src]
impl Element[src]pub fn get_attribute(&self, name: &str) -> Option<String>[src]
pub fn get_attribute(&self, name: &str) -> Option<String>[src]The getAttribute() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn get_attribute_names(&self) -> Array[src]
pub fn get_attribute_names(&self) -> Array[src]The getAttributeNames() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn get_attribute_node(&self, name: &str) -> Option<Attr>[src]
pub fn get_attribute_node(&self, name: &str) -> Option<Attr>[src]The getAttributeNode() method.
This API requires the following crate features to be activated: Attr, Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn get_bounding_client_rect(&self) -> DomRect[src]
pub fn get_bounding_client_rect(&self) -> DomRect[src]The getBoundingClientRect() method.
This API requires the following crate features to be activated: DomRect, Element
impl Element[src]
impl Element[src]pub fn get_client_rects(&self) -> DomRectList[src]
pub fn get_client_rects(&self) -> DomRectList[src]The getClientRects() method.
This API requires the following crate features to be activated: DomRectList, Element
impl Element[src]
impl Element[src]pub fn get_elements_by_class_name(&self, class_names: &str) -> HtmlCollection[src]
pub fn get_elements_by_class_name(&self, class_names: &str) -> HtmlCollection[src]The getElementsByClassName() method.
This API requires the following crate features to be activated: Element, HtmlCollection
impl Element[src]
impl Element[src]pub fn get_elements_by_tag_name(&self, local_name: &str) -> HtmlCollection[src]
pub fn get_elements_by_tag_name(&self, local_name: &str) -> HtmlCollection[src]The getElementsByTagName() method.
This API requires the following crate features to be activated: Element, HtmlCollection
impl Element[src]
impl Element[src]pub fn get_elements_by_tag_name_ns(
&self,
namespace: Option<&str>,
local_name: &str
) -> Result<HtmlCollection, JsValue>[src]
pub fn get_elements_by_tag_name_ns(
&self,
namespace: Option<&str>,
local_name: &str
) -> Result<HtmlCollection, JsValue>[src]The getElementsByTagNameNS() method.
This API requires the following crate features to be activated: Element, HtmlCollection
impl Element[src]
impl Element[src]pub fn has_attribute(&self, name: &str) -> bool[src]
pub fn has_attribute(&self, name: &str) -> bool[src]The hasAttribute() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn has_attributes(&self) -> bool[src]
pub fn has_attributes(&self) -> bool[src]The hasAttributes() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn has_pointer_capture(&self, pointer_id: i32) -> bool[src]
pub fn has_pointer_capture(&self, pointer_id: i32) -> bool[src]The hasPointerCapture() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn release_capture(&self)[src]
pub fn release_capture(&self)[src]The releaseCapture() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn request_fullscreen(&self) -> Result<(), JsValue>[src]
pub fn request_fullscreen(&self) -> Result<(), JsValue>[src]The requestFullscreen() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn request_pointer_lock(&self)[src]
pub fn request_pointer_lock(&self)[src]The requestPointerLock() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn scroll_with_x_and_y(&self, x: f64, y: f64)[src]
pub fn scroll_with_x_and_y(&self, x: f64, y: f64)[src]The scroll() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn scroll_with_scroll_to_options(&self, options: &ScrollToOptions)[src]
pub fn scroll_with_scroll_to_options(&self, options: &ScrollToOptions)[src]The scroll() method.
This API requires the following crate features to be activated: Element, ScrollToOptions
impl Element[src]
impl Element[src]pub fn scroll_by_with_x_and_y(&self, x: f64, y: f64)[src]
pub fn scroll_by_with_x_and_y(&self, x: f64, y: f64)[src]The scrollBy() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn scroll_by_with_scroll_to_options(&self, options: &ScrollToOptions)[src]
pub fn scroll_by_with_scroll_to_options(&self, options: &ScrollToOptions)[src]The scrollBy() method.
This API requires the following crate features to be activated: Element, ScrollToOptions
impl Element[src]
impl Element[src]pub fn scroll_into_view(&self)[src]
pub fn scroll_into_view(&self)[src]The scrollIntoView() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn scroll_into_view_with_bool(&self, arg: bool)[src]
pub fn scroll_into_view_with_bool(&self, arg: bool)[src]The scrollIntoView() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn scroll_into_view_with_scroll_into_view_options(
&self,
arg: &ScrollIntoViewOptions
)[src]
pub fn scroll_into_view_with_scroll_into_view_options(
&self,
arg: &ScrollIntoViewOptions
)[src]The scrollIntoView() method.
This API requires the following crate features to be activated: Element, ScrollIntoViewOptions
impl Element[src]
impl Element[src]pub fn scroll_to_with_x_and_y(&self, x: f64, y: f64)[src]
pub fn scroll_to_with_x_and_y(&self, x: f64, y: f64)[src]The scrollTo() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn scroll_to_with_scroll_to_options(&self, options: &ScrollToOptions)[src]
pub fn scroll_to_with_scroll_to_options(&self, options: &ScrollToOptions)[src]The scrollTo() method.
This API requires the following crate features to be activated: Element, ScrollToOptions
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn set_capture(&self)[src]
pub fn set_capture(&self)[src]The setCapture() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn set_capture_with_retarget_to_element(&self, retarget_to_element: bool)[src]
pub fn set_capture_with_retarget_to_element(&self, retarget_to_element: bool)[src]The setCapture() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn after_with_node_0(&self) -> Result<(), JsValue>[src]
pub fn after_with_node_0(&self) -> Result<(), JsValue>[src]The after() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn after_with_str_0(&self) -> Result<(), JsValue>[src]
pub fn after_with_str_0(&self) -> Result<(), JsValue>[src]The after() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn before_with_node_0(&self) -> Result<(), JsValue>[src]
pub fn before_with_node_0(&self) -> Result<(), JsValue>[src]The before() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn before_with_str_0(&self) -> Result<(), JsValue>[src]
pub fn before_with_str_0(&self) -> Result<(), JsValue>[src]The before() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn replace_with_with_node_0(&self) -> Result<(), JsValue>[src]
pub fn replace_with_with_node_0(&self) -> Result<(), JsValue>[src]The replaceWith() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn replace_with_with_str_0(&self) -> Result<(), JsValue>[src]
pub fn replace_with_with_str_0(&self) -> Result<(), JsValue>[src]The replaceWith() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn convert_point_from_node_with_text(
&self,
point: &DomPointInit,
from: &Text
) -> Result<DomPoint, JsValue>[src]
pub fn convert_point_from_node_with_text(
&self,
point: &DomPointInit,
from: &Text
) -> Result<DomPoint, JsValue>[src]The convertPointFromNode() method.
This API requires the following crate features to be activated: DomPoint, DomPointInit, Element, Text
impl Element[src]
impl Element[src]pub fn convert_point_from_node_with_element(
&self,
point: &DomPointInit,
from: &Element
) -> Result<DomPoint, JsValue>[src]
pub fn convert_point_from_node_with_element(
&self,
point: &DomPointInit,
from: &Element
) -> Result<DomPoint, JsValue>[src]The convertPointFromNode() method.
This API requires the following crate features to be activated: DomPoint, DomPointInit, Element
impl Element[src]
impl Element[src]pub fn convert_point_from_node_with_document(
&self,
point: &DomPointInit,
from: &Document
) -> Result<DomPoint, JsValue>[src]
pub fn convert_point_from_node_with_document(
&self,
point: &DomPointInit,
from: &Document
) -> Result<DomPoint, JsValue>[src]The convertPointFromNode() method.
This API requires the following crate features to be activated: Document, DomPoint, DomPointInit, Element
impl Element[src]
impl Element[src]pub fn convert_point_from_node_with_text_and_options(
&self,
point: &DomPointInit,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>[src]
pub fn convert_point_from_node_with_text_and_options(
&self,
point: &DomPointInit,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>[src]The convertPointFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomPoint, DomPointInit, Element, Text
impl Element[src]
impl Element[src]pub fn convert_point_from_node_with_element_and_options(
&self,
point: &DomPointInit,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>[src]
pub fn convert_point_from_node_with_element_and_options(
&self,
point: &DomPointInit,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>[src]The convertPointFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomPoint, DomPointInit, Element
impl Element[src]
impl Element[src]pub fn convert_point_from_node_with_document_and_options(
&self,
point: &DomPointInit,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>[src]
pub fn convert_point_from_node_with_document_and_options(
&self,
point: &DomPointInit,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>[src]The convertPointFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomPoint, DomPointInit, Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn convert_quad_from_node_with_text_and_options(
&self,
quad: &DomQuad,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>[src]
pub fn convert_quad_from_node_with_text_and_options(
&self,
quad: &DomQuad,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>[src]The convertQuadFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, Element, Text
impl Element[src]
impl Element[src]pub fn convert_quad_from_node_with_element_and_options(
&self,
quad: &DomQuad,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>[src]
pub fn convert_quad_from_node_with_element_and_options(
&self,
quad: &DomQuad,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>[src]The convertQuadFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, Element
impl Element[src]
impl Element[src]pub fn convert_quad_from_node_with_document_and_options(
&self,
quad: &DomQuad,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>[src]
pub fn convert_quad_from_node_with_document_and_options(
&self,
quad: &DomQuad,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>[src]The convertQuadFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomQuad, Element
impl Element[src]
impl Element[src]pub fn convert_rect_from_node_with_text(
&self,
rect: &DomRectReadOnly,
from: &Text
) -> Result<DomQuad, JsValue>[src]
pub fn convert_rect_from_node_with_text(
&self,
rect: &DomRectReadOnly,
from: &Text
) -> Result<DomQuad, JsValue>[src]The convertRectFromNode() method.
This API requires the following crate features to be activated: DomQuad, DomRectReadOnly, Element, Text
impl Element[src]
impl Element[src]pub fn convert_rect_from_node_with_element(
&self,
rect: &DomRectReadOnly,
from: &Element
) -> Result<DomQuad, JsValue>[src]
pub fn convert_rect_from_node_with_element(
&self,
rect: &DomRectReadOnly,
from: &Element
) -> Result<DomQuad, JsValue>[src]The convertRectFromNode() method.
This API requires the following crate features to be activated: DomQuad, DomRectReadOnly, Element
impl Element[src]
impl Element[src]pub fn convert_rect_from_node_with_document(
&self,
rect: &DomRectReadOnly,
from: &Document
) -> Result<DomQuad, JsValue>[src]
pub fn convert_rect_from_node_with_document(
&self,
rect: &DomRectReadOnly,
from: &Document
) -> Result<DomQuad, JsValue>[src]The convertRectFromNode() method.
This API requires the following crate features to be activated: Document, DomQuad, DomRectReadOnly, Element
impl Element[src]
impl Element[src]pub fn convert_rect_from_node_with_text_and_options(
&self,
rect: &DomRectReadOnly,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>[src]
pub fn convert_rect_from_node_with_text_and_options(
&self,
rect: &DomRectReadOnly,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>[src]The convertRectFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, DomRectReadOnly, Element, Text
impl Element[src]
impl Element[src]pub fn convert_rect_from_node_with_element_and_options(
&self,
rect: &DomRectReadOnly,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>[src]
pub fn convert_rect_from_node_with_element_and_options(
&self,
rect: &DomRectReadOnly,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>[src]The convertRectFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, DomRectReadOnly, Element
impl Element[src]
impl Element[src]pub fn convert_rect_from_node_with_document_and_options(
&self,
rect: &DomRectReadOnly,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>[src]
pub fn convert_rect_from_node_with_document_and_options(
&self,
rect: &DomRectReadOnly,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>[src]The convertRectFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomQuad, DomRectReadOnly, Element
impl Element[src]
impl Element[src]pub fn get_box_quads(&self) -> Result<Array, JsValue>[src]
pub fn get_box_quads(&self) -> Result<Array, JsValue>[src]The getBoxQuads() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]pub fn get_box_quads_with_options(
&self,
options: &BoxQuadOptions
) -> Result<Array, JsValue>[src]
pub fn get_box_quads_with_options(
&self,
options: &BoxQuadOptions
) -> Result<Array, JsValue>[src]The getBoxQuads() method.
This API requires the following crate features to be activated: BoxQuadOptions, Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn append_with_node_0(&self) -> Result<(), JsValue>[src]
pub fn append_with_node_0(&self) -> Result<(), JsValue>[src]The append() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn append_with_str_0(&self) -> Result<(), JsValue>[src]
pub fn append_with_str_0(&self) -> Result<(), JsValue>[src]The append() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn prepend_with_node_0(&self) -> Result<(), JsValue>[src]
pub fn prepend_with_node_0(&self) -> Result<(), JsValue>[src]The prepend() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]pub fn prepend_with_str_0(&self) -> Result<(), JsValue>[src]
pub fn prepend_with_str_0(&self) -> Result<(), JsValue>[src]The prepend() method.
This API requires the following crate features to be activated: Element
impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]impl Element[src]
impl Element[src]Methods from Deref<Target = Node>
pub fn is_connected(&self) -> bool[src]
pub fn is_connected(&self) -> bool[src]Getter for the isConnected field of this object.
This API requires the following crate features to be activated: Node
pub fn owner_document(&self) -> Option<Document>[src]
pub fn owner_document(&self) -> Option<Document>[src]Getter for the ownerDocument field of this object.
This API requires the following crate features to be activated: Document, Node
pub fn parent_node(&self) -> Option<Node>[src]
pub fn parent_node(&self) -> Option<Node>[src]Getter for the parentNode field of this object.
This API requires the following crate features to be activated: Node
pub fn parent_element(&self) -> Option<Element>[src]
pub fn parent_element(&self) -> Option<Element>[src]Getter for the parentElement field of this object.
This API requires the following crate features to be activated: Element, Node
pub fn child_nodes(&self) -> NodeList[src]
pub fn child_nodes(&self) -> NodeList[src]Getter for the childNodes field of this object.
This API requires the following crate features to be activated: Node, NodeList
pub fn first_child(&self) -> Option<Node>[src]
pub fn first_child(&self) -> Option<Node>[src]Getter for the firstChild field of this object.
This API requires the following crate features to be activated: Node
pub fn last_child(&self) -> Option<Node>[src]
pub fn last_child(&self) -> Option<Node>[src]Getter for the lastChild field of this object.
This API requires the following crate features to be activated: Node
pub fn previous_sibling(&self) -> Option<Node>[src]
pub fn previous_sibling(&self) -> Option<Node>[src]Getter for the previousSibling field of this object.
This API requires the following crate features to be activated: Node
pub fn next_sibling(&self) -> Option<Node>[src]
pub fn next_sibling(&self) -> Option<Node>[src]Getter for the nextSibling field of this object.
This API requires the following crate features to be activated: Node
pub fn node_value(&self) -> Option<String>[src]
pub fn node_value(&self) -> Option<String>[src]Getter for the nodeValue field of this object.
This API requires the following crate features to be activated: Node
pub fn set_node_value(&self, value: Option<&str>)[src]
pub fn set_node_value(&self, value: Option<&str>)[src]Setter for the nodeValue field of this object.
This API requires the following crate features to be activated: Node
pub fn text_content(&self) -> Option<String>[src]
pub fn text_content(&self) -> Option<String>[src]Getter for the textContent field of this object.
This API requires the following crate features to be activated: Node
pub fn set_text_content(&self, value: Option<&str>)[src]
pub fn set_text_content(&self, value: Option<&str>)[src]Setter for the textContent field of this object.
This API requires the following crate features to be activated: Node
pub fn clone_node(&self) -> Result<Node, JsValue>[src]
pub fn clone_node(&self) -> Result<Node, JsValue>[src]The cloneNode() method.
This API requires the following crate features to be activated: Node
pub fn compare_document_position(&self, other: &Node) -> u16[src]
pub fn compare_document_position(&self, other: &Node) -> u16[src]The compareDocumentPosition() method.
This API requires the following crate features to be activated: Node
pub fn get_root_node(&self) -> Node[src]
pub fn get_root_node(&self) -> Node[src]The getRootNode() method.
This API requires the following crate features to be activated: Node
pub fn get_root_node_with_options(&self, options: &GetRootNodeOptions) -> Node[src]
pub fn get_root_node_with_options(&self, options: &GetRootNodeOptions) -> Node[src]The getRootNode() method.
This API requires the following crate features to be activated: GetRootNodeOptions, Node
pub fn has_child_nodes(&self) -> bool[src]
pub fn has_child_nodes(&self) -> bool[src]The hasChildNodes() method.
This API requires the following crate features to be activated: Node
pub fn is_default_namespace(&self, namespace: Option<&str>) -> bool[src]
pub fn is_default_namespace(&self, namespace: Option<&str>) -> bool[src]The isDefaultNamespace() method.
This API requires the following crate features to be activated: Node
pub fn is_equal_node(&self, node: Option<&Node>) -> bool[src]
pub fn is_equal_node(&self, node: Option<&Node>) -> bool[src]The isEqualNode() method.
This API requires the following crate features to be activated: Node
pub fn is_same_node(&self, node: Option<&Node>) -> bool[src]
pub fn is_same_node(&self, node: Option<&Node>) -> bool[src]The isSameNode() method.
This API requires the following crate features to be activated: Node
pub const ELEMENT_NODE: u16[src]
pub const ATTRIBUTE_NODE: u16[src]
pub const TEXT_NODE: u16[src]
pub const CDATA_SECTION_NODE: u16[src]
pub const ENTITY_REFERENCE_NODE: u16[src]
pub const ENTITY_NODE: u16[src]
pub const PROCESSING_INSTRUCTION_NODE: u16[src]
pub const COMMENT_NODE: u16[src]
pub const DOCUMENT_NODE: u16[src]
pub const DOCUMENT_TYPE_NODE: u16[src]
pub const DOCUMENT_FRAGMENT_NODE: u16[src]
pub const NOTATION_NODE: u16[src]
pub const DOCUMENT_POSITION_DISCONNECTED: u16[src]
pub const DOCUMENT_POSITION_PRECEDING: u16[src]
pub const DOCUMENT_POSITION_FOLLOWING: u16[src]
pub const DOCUMENT_POSITION_CONTAINS: u16[src]
pub const DOCUMENT_POSITION_CONTAINED_BY: u16[src]
pub const DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: u16[src]
Methods from Deref<Target = EventTarget>
pub fn add_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>[src]
pub fn add_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>[src]The addEventListener() method.
This API requires the following crate features to be activated: EventListener, EventTarget
pub fn add_event_listener_with_callback_and_add_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions
) -> Result<(), JsValue>[src]
pub fn add_event_listener_with_callback_and_add_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions
) -> Result<(), JsValue>[src]The addEventListener() method.
This API requires the following crate features to be activated: AddEventListenerOptions, EventTarget
pub fn add_event_listener_with_event_listener_and_add_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions
) -> Result<(), JsValue>[src]
pub fn add_event_listener_with_event_listener_and_add_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions
) -> Result<(), JsValue>[src]The addEventListener() method.
This API requires the following crate features to be activated: AddEventListenerOptions, EventListener, EventTarget
pub fn add_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>[src]
pub fn add_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>[src]The addEventListener() method.
This API requires the following crate features to be activated: EventListener, EventTarget
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>[src]
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>[src]The addEventListener() method.
This API requires the following crate features to be activated: AddEventListenerOptions, EventTarget
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>[src]
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>[src]The addEventListener() method.
This API requires the following crate features to be activated: AddEventListenerOptions, EventListener, EventTarget
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>[src]
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>[src]The addEventListener() method.
This API requires the following crate features to be activated: EventListener, EventTarget
pub fn remove_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>[src]
pub fn remove_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>[src]The removeEventListener() method.
This API requires the following crate features to be activated: EventListener, EventTarget
pub fn remove_event_listener_with_callback_and_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &EventListenerOptions
) -> Result<(), JsValue>[src]
pub fn remove_event_listener_with_callback_and_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &EventListenerOptions
) -> Result<(), JsValue>[src]The removeEventListener() method.
This API requires the following crate features to be activated: EventListenerOptions, EventTarget
pub fn remove_event_listener_with_event_listener_and_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &EventListenerOptions
) -> Result<(), JsValue>[src]
pub fn remove_event_listener_with_event_listener_and_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &EventListenerOptions
) -> Result<(), JsValue>[src]The removeEventListener() method.
This API requires the following crate features to be activated: EventListener, EventListenerOptions, EventTarget
pub fn remove_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>[src]
pub fn remove_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>[src]The removeEventListener() method.
This API requires the following crate features to be activated: EventListener, EventTarget
Methods from Deref<Target = Object>
pub fn constructor(&self) -> Function[src]
pub fn constructor(&self) -> Function[src]The constructor property returns a reference to the Object constructor
function that created the instance object.
pub fn has_own_property(&self, property: &JsValue) -> bool[src]
pub fn has_own_property(&self, property: &JsValue) -> bool[src]The hasOwnProperty() method returns a boolean indicating whether the
object has the specified property as its own property (as opposed to
inheriting it).
pub fn is_prototype_of(&self, value: &JsValue) -> bool[src]
pub fn is_prototype_of(&self, value: &JsValue) -> bool[src]The isPrototypeOf() method checks if an object exists in another
object’s prototype chain.
pub fn property_is_enumerable(&self, property: &JsValue) -> bool[src]
pub fn property_is_enumerable(&self, property: &JsValue) -> bool[src]The propertyIsEnumerable() method returns a Boolean indicating
whether the specified property is enumerable.
pub fn to_locale_string(&self) -> JsString[src]
pub fn to_locale_string(&self) -> JsString[src]The toLocaleString() method returns a string representing the object.
This method is meant to be overridden by derived objects for
locale-specific purposes.
Methods from Deref<Target = JsValue>
pub const NULL: JsValue[src]
pub const UNDEFINED: JsValue[src]
pub const TRUE: JsValue[src]
pub const FALSE: JsValue[src]
pub fn as_f64(&self) -> Option<f64>[src]
pub fn as_f64(&self) -> Option<f64>[src]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.
pub fn as_string(&self) -> Option<String>[src]
pub fn as_string(&self) -> Option<String>[src]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.
pub fn as_bool(&self) -> Option<bool>[src]
pub fn as_bool(&self) -> Option<bool>[src]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.
pub fn is_undefined(&self) -> bool[src]
pub fn is_undefined(&self) -> bool[src]Tests whether this JS value is undefined
pub fn is_function(&self) -> bool[src]
pub fn is_function(&self) -> bool[src]Tests whether the type of this JS value is function.
Trait Implementations
impl AsRef<Element> for HtmlAnchorElement[src]
impl AsRef<Element> for HtmlAnchorElement[src]impl AsRef<Element> for HtmlDataElement[src]
impl AsRef<Element> for HtmlDataElement[src]impl AsRef<Element> for SvgScriptElement[src]
impl AsRef<Element> for SvgScriptElement[src]impl AsRef<Element> for SvgStopElement[src]
impl AsRef<Element> for SvgStopElement[src]impl AsRef<Element> for SvgStyleElement[src]
impl AsRef<Element> for SvgStyleElement[src]impl AsRef<Element> for SvgSwitchElement[src]
impl AsRef<Element> for SvgSwitchElement[src]impl AsRef<Element> for SvgSymbolElement[src]
impl AsRef<Element> for SvgSymbolElement[src]impl AsRef<Element> for SvgTextContentElement[src]
impl AsRef<Element> for SvgTextContentElement[src]impl AsRef<Element> for SvgTextElement[src]
impl AsRef<Element> for SvgTextElement[src]impl AsRef<Element> for SvgTextPathElement[src]
impl AsRef<Element> for SvgTextPathElement[src]impl AsRef<Element> for SvgTextPositioningElement[src]
impl AsRef<Element> for SvgTextPositioningElement[src]impl AsRef<Element> for HtmlDataListElement[src]
impl AsRef<Element> for HtmlDataListElement[src]impl AsRef<Element> for SvgTitleElement[src]
impl AsRef<Element> for SvgTitleElement[src]impl AsRef<Element> for SvgViewElement[src]
impl AsRef<Element> for SvgViewElement[src]impl AsRef<Element> for SvgfeBlendElement[src]
impl AsRef<Element> for SvgfeBlendElement[src]impl AsRef<Element> for SvgfeColorMatrixElement[src]
impl AsRef<Element> for SvgfeColorMatrixElement[src]impl AsRef<Element> for SvgfeComponentTransferElement[src]
impl AsRef<Element> for SvgfeComponentTransferElement[src]impl AsRef<Element> for SvgfeCompositeElement[src]
impl AsRef<Element> for SvgfeCompositeElement[src]impl AsRef<Element> for SvgfeConvolveMatrixElement[src]
impl AsRef<Element> for SvgfeConvolveMatrixElement[src]impl AsRef<Element> for SvgfeDiffuseLightingElement[src]
impl AsRef<Element> for SvgfeDiffuseLightingElement[src]impl AsRef<Element> for HtmlDetailsElement[src]
impl AsRef<Element> for HtmlDetailsElement[src]impl AsRef<Element> for SvgfeDisplacementMapElement[src]
impl AsRef<Element> for SvgfeDisplacementMapElement[src]impl AsRef<Element> for SvgfeDistantLightElement[src]
impl AsRef<Element> for SvgfeDistantLightElement[src]impl AsRef<Element> for SvgfeDropShadowElement[src]
impl AsRef<Element> for SvgfeDropShadowElement[src]impl AsRef<Element> for SvgfeFloodElement[src]
impl AsRef<Element> for SvgfeFloodElement[src]impl AsRef<Element> for SvgfeFuncAElement[src]
impl AsRef<Element> for SvgfeFuncAElement[src]impl AsRef<Element> for SvgfeFuncBElement[src]
impl AsRef<Element> for SvgfeFuncBElement[src]impl AsRef<Element> for SvgfeFuncGElement[src]
impl AsRef<Element> for SvgfeFuncGElement[src]impl AsRef<Element> for SvgfeFuncRElement[src]
impl AsRef<Element> for SvgfeFuncRElement[src]impl AsRef<Element> for SvgfeGaussianBlurElement[src]
impl AsRef<Element> for SvgfeGaussianBlurElement[src]impl AsRef<Element> for SvgfeImageElement[src]
impl AsRef<Element> for SvgfeImageElement[src]impl AsRef<Element> for HtmlDialogElement[src]
impl AsRef<Element> for HtmlDialogElement[src]impl AsRef<Element> for SvgfeMergeElement[src]
impl AsRef<Element> for SvgfeMergeElement[src]impl AsRef<Element> for SvgfeMergeNodeElement[src]
impl AsRef<Element> for SvgfeMergeNodeElement[src]impl AsRef<Element> for SvgfeMorphologyElement[src]
impl AsRef<Element> for SvgfeMorphologyElement[src]impl AsRef<Element> for SvgfeOffsetElement[src]
impl AsRef<Element> for SvgfeOffsetElement[src]impl AsRef<Element> for SvgfePointLightElement[src]
impl AsRef<Element> for SvgfePointLightElement[src]impl AsRef<Element> for SvgfeSpecularLightingElement[src]
impl AsRef<Element> for SvgfeSpecularLightingElement[src]impl AsRef<Element> for SvgfeSpotLightElement[src]
impl AsRef<Element> for SvgfeSpotLightElement[src]impl AsRef<Element> for SvgfeTileElement[src]
impl AsRef<Element> for SvgfeTileElement[src]impl AsRef<Element> for SvgfeTurbulenceElement[src]
impl AsRef<Element> for SvgfeTurbulenceElement[src]impl AsRef<Element> for HtmlDirectoryElement[src]
impl AsRef<Element> for HtmlDirectoryElement[src]impl AsRef<Element> for SvgmPathElement[src]
impl AsRef<Element> for SvgmPathElement[src]impl AsRef<Element> for SvgtSpanElement[src]
impl AsRef<Element> for SvgtSpanElement[src]impl AsRef<Element> for HtmlDivElement[src]
impl AsRef<Element> for HtmlDivElement[src]impl AsRef<Element> for HtmlEmbedElement[src]
impl AsRef<Element> for HtmlEmbedElement[src]impl AsRef<Element> for HtmlFieldSetElement[src]
impl AsRef<Element> for HtmlFieldSetElement[src]impl AsRef<Element> for HtmlFontElement[src]
impl AsRef<Element> for HtmlFontElement[src]impl AsRef<Element> for HtmlAreaElement[src]
impl AsRef<Element> for HtmlAreaElement[src]impl AsRef<Element> for HtmlFormElement[src]
impl AsRef<Element> for HtmlFormElement[src]impl AsRef<Element> for HtmlFrameElement[src]
impl AsRef<Element> for HtmlFrameElement[src]impl AsRef<Element> for HtmlFrameSetElement[src]
impl AsRef<Element> for HtmlFrameSetElement[src]impl AsRef<Element> for HtmlHeadElement[src]
impl AsRef<Element> for HtmlHeadElement[src]impl AsRef<Element> for HtmlHeadingElement[src]
impl AsRef<Element> for HtmlHeadingElement[src]impl AsRef<Element> for HtmlHtmlElement[src]
impl AsRef<Element> for HtmlHtmlElement[src]impl AsRef<Element> for HtmlIFrameElement[src]
impl AsRef<Element> for HtmlIFrameElement[src]impl AsRef<Element> for HtmlImageElement[src]
impl AsRef<Element> for HtmlImageElement[src]impl AsRef<Element> for HtmlInputElement[src]
impl AsRef<Element> for HtmlInputElement[src]impl AsRef<Element> for HtmlAudioElement[src]
impl AsRef<Element> for HtmlAudioElement[src]impl AsRef<Element> for HtmlLabelElement[src]
impl AsRef<Element> for HtmlLabelElement[src]impl AsRef<Element> for HtmlLegendElement[src]
impl AsRef<Element> for HtmlLegendElement[src]impl AsRef<Element> for HtmlLinkElement[src]
impl AsRef<Element> for HtmlLinkElement[src]impl AsRef<Element> for HtmlMapElement[src]
impl AsRef<Element> for HtmlMapElement[src]impl AsRef<Element> for HtmlMediaElement[src]
impl AsRef<Element> for HtmlMediaElement[src]impl AsRef<Element> for HtmlMenuElement[src]
impl AsRef<Element> for HtmlMenuElement[src]impl AsRef<Element> for HtmlMenuItemElement[src]
impl AsRef<Element> for HtmlMenuItemElement[src]impl AsRef<Element> for HtmlMetaElement[src]
impl AsRef<Element> for HtmlMetaElement[src]impl AsRef<Element> for HtmlMeterElement[src]
impl AsRef<Element> for HtmlMeterElement[src]impl AsRef<Element> for HtmlBaseElement[src]
impl AsRef<Element> for HtmlBaseElement[src]impl AsRef<Element> for HtmlModElement[src]
impl AsRef<Element> for HtmlModElement[src]impl AsRef<Element> for HtmlOListElement[src]
impl AsRef<Element> for HtmlOListElement[src]impl AsRef<Element> for HtmlObjectElement[src]
impl AsRef<Element> for HtmlObjectElement[src]impl AsRef<Element> for HtmlOptGroupElement[src]
impl AsRef<Element> for HtmlOptGroupElement[src]impl AsRef<Element> for HtmlOptionElement[src]
impl AsRef<Element> for HtmlOptionElement[src]impl AsRef<Element> for HtmlOutputElement[src]
impl AsRef<Element> for HtmlOutputElement[src]impl AsRef<Element> for HtmlParagraphElement[src]
impl AsRef<Element> for HtmlParagraphElement[src]impl AsRef<Element> for HtmlParamElement[src]
impl AsRef<Element> for HtmlParamElement[src]impl AsRef<Element> for HtmlPictureElement[src]
impl AsRef<Element> for HtmlPictureElement[src]impl AsRef<Element> for HtmlPreElement[src]
impl AsRef<Element> for HtmlPreElement[src]impl AsRef<Element> for HtmlBodyElement[src]
impl AsRef<Element> for HtmlBodyElement[src]impl AsRef<Element> for HtmlProgressElement[src]
impl AsRef<Element> for HtmlProgressElement[src]impl AsRef<Element> for HtmlQuoteElement[src]
impl AsRef<Element> for HtmlQuoteElement[src]impl AsRef<Element> for HtmlScriptElement[src]
impl AsRef<Element> for HtmlScriptElement[src]impl AsRef<Element> for HtmlSelectElement[src]
impl AsRef<Element> for HtmlSelectElement[src]impl AsRef<Element> for HtmlSlotElement[src]
impl AsRef<Element> for HtmlSlotElement[src]impl AsRef<Element> for HtmlSourceElement[src]
impl AsRef<Element> for HtmlSourceElement[src]impl AsRef<Element> for HtmlSpanElement[src]
impl AsRef<Element> for HtmlSpanElement[src]impl AsRef<Element> for HtmlStyleElement[src]
impl AsRef<Element> for HtmlStyleElement[src]impl AsRef<Element> for HtmlTableCaptionElement[src]
impl AsRef<Element> for HtmlTableCaptionElement[src]impl AsRef<Element> for HtmlTableCellElement[src]
impl AsRef<Element> for HtmlTableCellElement[src]impl AsRef<Element> for HtmlTableColElement[src]
impl AsRef<Element> for HtmlTableColElement[src]impl AsRef<Element> for HtmlTableElement[src]
impl AsRef<Element> for HtmlTableElement[src]impl AsRef<Element> for HtmlTableRowElement[src]
impl AsRef<Element> for HtmlTableRowElement[src]impl AsRef<Element> for HtmlTableSectionElement[src]
impl AsRef<Element> for HtmlTableSectionElement[src]impl AsRef<Element> for HtmlTemplateElement[src]
impl AsRef<Element> for HtmlTemplateElement[src]impl AsRef<Element> for HtmlTextAreaElement[src]
impl AsRef<Element> for HtmlTextAreaElement[src]impl AsRef<Element> for HtmlTimeElement[src]
impl AsRef<Element> for HtmlTimeElement[src]impl AsRef<Element> for HtmlTitleElement[src]
impl AsRef<Element> for HtmlTitleElement[src]impl AsRef<Element> for HtmlTrackElement[src]
impl AsRef<Element> for HtmlTrackElement[src]impl AsRef<Element> for HtmlUListElement[src]
impl AsRef<Element> for HtmlUListElement[src]impl AsRef<Element> for HtmlButtonElement[src]
impl AsRef<Element> for HtmlButtonElement[src]impl AsRef<Element> for HtmlUnknownElement[src]
impl AsRef<Element> for HtmlUnknownElement[src]impl AsRef<Element> for HtmlVideoElement[src]
impl AsRef<Element> for HtmlVideoElement[src]impl AsRef<Element> for SvgAnimateElement[src]
impl AsRef<Element> for SvgAnimateElement[src]impl AsRef<Element> for SvgAnimateMotionElement[src]
impl AsRef<Element> for SvgAnimateMotionElement[src]impl AsRef<Element> for SvgAnimateTransformElement[src]
impl AsRef<Element> for SvgAnimateTransformElement[src]impl AsRef<Element> for SvgAnimationElement[src]
impl AsRef<Element> for SvgAnimationElement[src]impl AsRef<Element> for SvgCircleElement[src]
impl AsRef<Element> for SvgCircleElement[src]impl AsRef<Element> for SvgClipPathElement[src]
impl AsRef<Element> for SvgClipPathElement[src]impl AsRef<Element> for SvgDefsElement[src]
impl AsRef<Element> for SvgDefsElement[src]impl AsRef<Element> for HtmlCanvasElement[src]
impl AsRef<Element> for HtmlCanvasElement[src]impl AsRef<Element> for SvgDescElement[src]
impl AsRef<Element> for SvgDescElement[src]impl AsRef<Element> for SvgEllipseElement[src]
impl AsRef<Element> for SvgEllipseElement[src]impl AsRef<Element> for SvgFilterElement[src]
impl AsRef<Element> for SvgFilterElement[src]impl AsRef<Element> for SvgForeignObjectElement[src]
impl AsRef<Element> for SvgForeignObjectElement[src]impl AsRef<Element> for SvgGeometryElement[src]
impl AsRef<Element> for SvgGeometryElement[src]impl AsRef<Element> for SvgGradientElement[src]
impl AsRef<Element> for SvgGradientElement[src]impl AsRef<Element> for SvgGraphicsElement[src]
impl AsRef<Element> for SvgGraphicsElement[src]impl AsRef<Element> for SvgImageElement[src]
impl AsRef<Element> for SvgImageElement[src]impl AsRef<Element> for SvgLineElement[src]
impl AsRef<Element> for SvgLineElement[src]impl AsRef<Element> for HtmlDListElement[src]
impl AsRef<Element> for HtmlDListElement[src]impl AsRef<Element> for SvgLinearGradientElement[src]
impl AsRef<Element> for SvgLinearGradientElement[src]impl AsRef<Element> for SvgMarkerElement[src]
impl AsRef<Element> for SvgMarkerElement[src]impl AsRef<Element> for SvgMaskElement[src]
impl AsRef<Element> for SvgMaskElement[src]impl AsRef<Element> for SvgMetadataElement[src]
impl AsRef<Element> for SvgMetadataElement[src]impl AsRef<Element> for SvgPathElement[src]
impl AsRef<Element> for SvgPathElement[src]impl AsRef<Element> for SvgPatternElement[src]
impl AsRef<Element> for SvgPatternElement[src]impl AsRef<Element> for SvgPolygonElement[src]
impl AsRef<Element> for SvgPolygonElement[src]impl AsRef<Element> for SvgPolylineElement[src]
impl AsRef<Element> for SvgPolylineElement[src]impl AsRef<Element> for SvgRadialGradientElement[src]
impl AsRef<Element> for SvgRadialGradientElement[src]impl AsRef<Element> for SvgRectElement[src]
impl AsRef<Element> for SvgRectElement[src]impl AsRef<EventTarget> for Element[src]
impl AsRef<EventTarget> for Element[src]fn as_ref(&self) -> &EventTarget[src]
fn as_ref(&self) -> &EventTarget[src]Performs the conversion.
impl From<Element> for EventTarget[src]
impl From<Element> for EventTarget[src]fn from(obj: Element) -> EventTarget[src]
fn from(obj: Element) -> EventTarget[src]Performs the conversion.
impl From<HtmlAnchorElement> for Element[src]
impl From<HtmlAnchorElement> for Element[src]fn from(obj: HtmlAnchorElement) -> Element[src]
fn from(obj: HtmlAnchorElement) -> Element[src]Performs the conversion.
impl From<HtmlAreaElement> for Element[src]
impl From<HtmlAreaElement> for Element[src]fn from(obj: HtmlAreaElement) -> Element[src]
fn from(obj: HtmlAreaElement) -> Element[src]Performs the conversion.
impl From<HtmlAudioElement> for Element[src]
impl From<HtmlAudioElement> for Element[src]fn from(obj: HtmlAudioElement) -> Element[src]
fn from(obj: HtmlAudioElement) -> Element[src]Performs the conversion.
impl From<HtmlBaseElement> for Element[src]
impl From<HtmlBaseElement> for Element[src]fn from(obj: HtmlBaseElement) -> Element[src]
fn from(obj: HtmlBaseElement) -> Element[src]Performs the conversion.
impl From<HtmlBodyElement> for Element[src]
impl From<HtmlBodyElement> for Element[src]fn from(obj: HtmlBodyElement) -> Element[src]
fn from(obj: HtmlBodyElement) -> Element[src]Performs the conversion.
impl From<HtmlBrElement> for Element[src]
impl From<HtmlBrElement> for Element[src]fn from(obj: HtmlBrElement) -> Element[src]
fn from(obj: HtmlBrElement) -> Element[src]Performs the conversion.
impl From<HtmlButtonElement> for Element[src]
impl From<HtmlButtonElement> for Element[src]fn from(obj: HtmlButtonElement) -> Element[src]
fn from(obj: HtmlButtonElement) -> Element[src]Performs the conversion.
impl From<HtmlCanvasElement> for Element[src]
impl From<HtmlCanvasElement> for Element[src]fn from(obj: HtmlCanvasElement) -> Element[src]
fn from(obj: HtmlCanvasElement) -> Element[src]Performs the conversion.
impl From<HtmlDListElement> for Element[src]
impl From<HtmlDListElement> for Element[src]fn from(obj: HtmlDListElement) -> Element[src]
fn from(obj: HtmlDListElement) -> Element[src]Performs the conversion.
impl From<HtmlDataElement> for Element[src]
impl From<HtmlDataElement> for Element[src]fn from(obj: HtmlDataElement) -> Element[src]
fn from(obj: HtmlDataElement) -> Element[src]Performs the conversion.
impl From<HtmlDataListElement> for Element[src]
impl From<HtmlDataListElement> for Element[src]fn from(obj: HtmlDataListElement) -> Element[src]
fn from(obj: HtmlDataListElement) -> Element[src]Performs the conversion.
impl From<HtmlDetailsElement> for Element[src]
impl From<HtmlDetailsElement> for Element[src]fn from(obj: HtmlDetailsElement) -> Element[src]
fn from(obj: HtmlDetailsElement) -> Element[src]Performs the conversion.
impl From<HtmlDialogElement> for Element[src]
impl From<HtmlDialogElement> for Element[src]fn from(obj: HtmlDialogElement) -> Element[src]
fn from(obj: HtmlDialogElement) -> Element[src]Performs the conversion.
impl From<HtmlDirectoryElement> for Element[src]
impl From<HtmlDirectoryElement> for Element[src]fn from(obj: HtmlDirectoryElement) -> Element[src]
fn from(obj: HtmlDirectoryElement) -> Element[src]Performs the conversion.
impl From<HtmlDivElement> for Element[src]
impl From<HtmlDivElement> for Element[src]fn from(obj: HtmlDivElement) -> Element[src]
fn from(obj: HtmlDivElement) -> Element[src]Performs the conversion.
impl From<HtmlElement> for Element[src]
impl From<HtmlElement> for Element[src]fn from(obj: HtmlElement) -> Element[src]
fn from(obj: HtmlElement) -> Element[src]Performs the conversion.
impl From<HtmlEmbedElement> for Element[src]
impl From<HtmlEmbedElement> for Element[src]fn from(obj: HtmlEmbedElement) -> Element[src]
fn from(obj: HtmlEmbedElement) -> Element[src]Performs the conversion.
impl From<HtmlFieldSetElement> for Element[src]
impl From<HtmlFieldSetElement> for Element[src]fn from(obj: HtmlFieldSetElement) -> Element[src]
fn from(obj: HtmlFieldSetElement) -> Element[src]Performs the conversion.
impl From<HtmlFontElement> for Element[src]
impl From<HtmlFontElement> for Element[src]fn from(obj: HtmlFontElement) -> Element[src]
fn from(obj: HtmlFontElement) -> Element[src]Performs the conversion.
impl From<HtmlFormElement> for Element[src]
impl From<HtmlFormElement> for Element[src]fn from(obj: HtmlFormElement) -> Element[src]
fn from(obj: HtmlFormElement) -> Element[src]Performs the conversion.
impl From<HtmlFrameElement> for Element[src]
impl From<HtmlFrameElement> for Element[src]fn from(obj: HtmlFrameElement) -> Element[src]
fn from(obj: HtmlFrameElement) -> Element[src]Performs the conversion.
impl From<HtmlFrameSetElement> for Element[src]
impl From<HtmlFrameSetElement> for Element[src]fn from(obj: HtmlFrameSetElement) -> Element[src]
fn from(obj: HtmlFrameSetElement) -> Element[src]Performs the conversion.
impl From<HtmlHeadElement> for Element[src]
impl From<HtmlHeadElement> for Element[src]fn from(obj: HtmlHeadElement) -> Element[src]
fn from(obj: HtmlHeadElement) -> Element[src]Performs the conversion.
impl From<HtmlHeadingElement> for Element[src]
impl From<HtmlHeadingElement> for Element[src]fn from(obj: HtmlHeadingElement) -> Element[src]
fn from(obj: HtmlHeadingElement) -> Element[src]Performs the conversion.
impl From<HtmlHrElement> for Element[src]
impl From<HtmlHrElement> for Element[src]fn from(obj: HtmlHrElement) -> Element[src]
fn from(obj: HtmlHrElement) -> Element[src]Performs the conversion.
impl From<HtmlHtmlElement> for Element[src]
impl From<HtmlHtmlElement> for Element[src]fn from(obj: HtmlHtmlElement) -> Element[src]
fn from(obj: HtmlHtmlElement) -> Element[src]Performs the conversion.
impl From<HtmlIFrameElement> for Element[src]
impl From<HtmlIFrameElement> for Element[src]fn from(obj: HtmlIFrameElement) -> Element[src]
fn from(obj: HtmlIFrameElement) -> Element[src]Performs the conversion.
impl From<HtmlImageElement> for Element[src]
impl From<HtmlImageElement> for Element[src]fn from(obj: HtmlImageElement) -> Element[src]
fn from(obj: HtmlImageElement) -> Element[src]Performs the conversion.
impl From<HtmlInputElement> for Element[src]
impl From<HtmlInputElement> for Element[src]fn from(obj: HtmlInputElement) -> Element[src]
fn from(obj: HtmlInputElement) -> Element[src]Performs the conversion.
impl From<HtmlLabelElement> for Element[src]
impl From<HtmlLabelElement> for Element[src]fn from(obj: HtmlLabelElement) -> Element[src]
fn from(obj: HtmlLabelElement) -> Element[src]Performs the conversion.
impl From<HtmlLegendElement> for Element[src]
impl From<HtmlLegendElement> for Element[src]fn from(obj: HtmlLegendElement) -> Element[src]
fn from(obj: HtmlLegendElement) -> Element[src]Performs the conversion.
impl From<HtmlLiElement> for Element[src]
impl From<HtmlLiElement> for Element[src]fn from(obj: HtmlLiElement) -> Element[src]
fn from(obj: HtmlLiElement) -> Element[src]Performs the conversion.
impl From<HtmlLinkElement> for Element[src]
impl From<HtmlLinkElement> for Element[src]fn from(obj: HtmlLinkElement) -> Element[src]
fn from(obj: HtmlLinkElement) -> Element[src]Performs the conversion.
impl From<HtmlMapElement> for Element[src]
impl From<HtmlMapElement> for Element[src]fn from(obj: HtmlMapElement) -> Element[src]
fn from(obj: HtmlMapElement) -> Element[src]Performs the conversion.
impl From<HtmlMediaElement> for Element[src]
impl From<HtmlMediaElement> for Element[src]fn from(obj: HtmlMediaElement) -> Element[src]
fn from(obj: HtmlMediaElement) -> Element[src]Performs the conversion.
impl From<HtmlMenuElement> for Element[src]
impl From<HtmlMenuElement> for Element[src]fn from(obj: HtmlMenuElement) -> Element[src]
fn from(obj: HtmlMenuElement) -> Element[src]Performs the conversion.
impl From<HtmlMenuItemElement> for Element[src]
impl From<HtmlMenuItemElement> for Element[src]fn from(obj: HtmlMenuItemElement) -> Element[src]
fn from(obj: HtmlMenuItemElement) -> Element[src]Performs the conversion.
impl From<HtmlMetaElement> for Element[src]
impl From<HtmlMetaElement> for Element[src]fn from(obj: HtmlMetaElement) -> Element[src]
fn from(obj: HtmlMetaElement) -> Element[src]Performs the conversion.
impl From<HtmlMeterElement> for Element[src]
impl From<HtmlMeterElement> for Element[src]fn from(obj: HtmlMeterElement) -> Element[src]
fn from(obj: HtmlMeterElement) -> Element[src]Performs the conversion.
impl From<HtmlModElement> for Element[src]
impl From<HtmlModElement> for Element[src]fn from(obj: HtmlModElement) -> Element[src]
fn from(obj: HtmlModElement) -> Element[src]Performs the conversion.
impl From<HtmlOListElement> for Element[src]
impl From<HtmlOListElement> for Element[src]fn from(obj: HtmlOListElement) -> Element[src]
fn from(obj: HtmlOListElement) -> Element[src]Performs the conversion.
impl From<HtmlObjectElement> for Element[src]
impl From<HtmlObjectElement> for Element[src]fn from(obj: HtmlObjectElement) -> Element[src]
fn from(obj: HtmlObjectElement) -> Element[src]Performs the conversion.
impl From<HtmlOptGroupElement> for Element[src]
impl From<HtmlOptGroupElement> for Element[src]fn from(obj: HtmlOptGroupElement) -> Element[src]
fn from(obj: HtmlOptGroupElement) -> Element[src]Performs the conversion.
impl From<HtmlOptionElement> for Element[src]
impl From<HtmlOptionElement> for Element[src]fn from(obj: HtmlOptionElement) -> Element[src]
fn from(obj: HtmlOptionElement) -> Element[src]Performs the conversion.
impl From<HtmlOutputElement> for Element[src]
impl From<HtmlOutputElement> for Element[src]fn from(obj: HtmlOutputElement) -> Element[src]
fn from(obj: HtmlOutputElement) -> Element[src]Performs the conversion.
impl From<HtmlParagraphElement> for Element[src]
impl From<HtmlParagraphElement> for Element[src]fn from(obj: HtmlParagraphElement) -> Element[src]
fn from(obj: HtmlParagraphElement) -> Element[src]Performs the conversion.
impl From<HtmlParamElement> for Element[src]
impl From<HtmlParamElement> for Element[src]fn from(obj: HtmlParamElement) -> Element[src]
fn from(obj: HtmlParamElement) -> Element[src]Performs the conversion.
impl From<HtmlPictureElement> for Element[src]
impl From<HtmlPictureElement> for Element[src]fn from(obj: HtmlPictureElement) -> Element[src]
fn from(obj: HtmlPictureElement) -> Element[src]Performs the conversion.
impl From<HtmlPreElement> for Element[src]
impl From<HtmlPreElement> for Element[src]fn from(obj: HtmlPreElement) -> Element[src]
fn from(obj: HtmlPreElement) -> Element[src]Performs the conversion.
impl From<HtmlProgressElement> for Element[src]
impl From<HtmlProgressElement> for Element[src]fn from(obj: HtmlProgressElement) -> Element[src]
fn from(obj: HtmlProgressElement) -> Element[src]Performs the conversion.
impl From<HtmlQuoteElement> for Element[src]
impl From<HtmlQuoteElement> for Element[src]fn from(obj: HtmlQuoteElement) -> Element[src]
fn from(obj: HtmlQuoteElement) -> Element[src]Performs the conversion.
impl From<HtmlScriptElement> for Element[src]
impl From<HtmlScriptElement> for Element[src]fn from(obj: HtmlScriptElement) -> Element[src]
fn from(obj: HtmlScriptElement) -> Element[src]Performs the conversion.
impl From<HtmlSelectElement> for Element[src]
impl From<HtmlSelectElement> for Element[src]fn from(obj: HtmlSelectElement) -> Element[src]
fn from(obj: HtmlSelectElement) -> Element[src]Performs the conversion.
impl From<HtmlSlotElement> for Element[src]
impl From<HtmlSlotElement> for Element[src]fn from(obj: HtmlSlotElement) -> Element[src]
fn from(obj: HtmlSlotElement) -> Element[src]Performs the conversion.
impl From<HtmlSourceElement> for Element[src]
impl From<HtmlSourceElement> for Element[src]fn from(obj: HtmlSourceElement) -> Element[src]
fn from(obj: HtmlSourceElement) -> Element[src]Performs the conversion.
impl From<HtmlSpanElement> for Element[src]
impl From<HtmlSpanElement> for Element[src]fn from(obj: HtmlSpanElement) -> Element[src]
fn from(obj: HtmlSpanElement) -> Element[src]Performs the conversion.
impl From<HtmlStyleElement> for Element[src]
impl From<HtmlStyleElement> for Element[src]fn from(obj: HtmlStyleElement) -> Element[src]
fn from(obj: HtmlStyleElement) -> Element[src]Performs the conversion.
impl From<HtmlTableCaptionElement> for Element[src]
impl From<HtmlTableCaptionElement> for Element[src]fn from(obj: HtmlTableCaptionElement) -> Element[src]
fn from(obj: HtmlTableCaptionElement) -> Element[src]Performs the conversion.
impl From<HtmlTableCellElement> for Element[src]
impl From<HtmlTableCellElement> for Element[src]fn from(obj: HtmlTableCellElement) -> Element[src]
fn from(obj: HtmlTableCellElement) -> Element[src]Performs the conversion.
impl From<HtmlTableColElement> for Element[src]
impl From<HtmlTableColElement> for Element[src]fn from(obj: HtmlTableColElement) -> Element[src]
fn from(obj: HtmlTableColElement) -> Element[src]Performs the conversion.
impl From<HtmlTableElement> for Element[src]
impl From<HtmlTableElement> for Element[src]fn from(obj: HtmlTableElement) -> Element[src]
fn from(obj: HtmlTableElement) -> Element[src]Performs the conversion.
impl From<HtmlTableRowElement> for Element[src]
impl From<HtmlTableRowElement> for Element[src]fn from(obj: HtmlTableRowElement) -> Element[src]
fn from(obj: HtmlTableRowElement) -> Element[src]Performs the conversion.
impl From<HtmlTableSectionElement> for Element[src]
impl From<HtmlTableSectionElement> for Element[src]fn from(obj: HtmlTableSectionElement) -> Element[src]
fn from(obj: HtmlTableSectionElement) -> Element[src]Performs the conversion.
impl From<HtmlTemplateElement> for Element[src]
impl From<HtmlTemplateElement> for Element[src]fn from(obj: HtmlTemplateElement) -> Element[src]
fn from(obj: HtmlTemplateElement) -> Element[src]Performs the conversion.
impl From<HtmlTextAreaElement> for Element[src]
impl From<HtmlTextAreaElement> for Element[src]fn from(obj: HtmlTextAreaElement) -> Element[src]
fn from(obj: HtmlTextAreaElement) -> Element[src]Performs the conversion.
impl From<HtmlTimeElement> for Element[src]
impl From<HtmlTimeElement> for Element[src]fn from(obj: HtmlTimeElement) -> Element[src]
fn from(obj: HtmlTimeElement) -> Element[src]Performs the conversion.
impl From<HtmlTitleElement> for Element[src]
impl From<HtmlTitleElement> for Element[src]fn from(obj: HtmlTitleElement) -> Element[src]
fn from(obj: HtmlTitleElement) -> Element[src]Performs the conversion.
impl From<HtmlTrackElement> for Element[src]
impl From<HtmlTrackElement> for Element[src]fn from(obj: HtmlTrackElement) -> Element[src]
fn from(obj: HtmlTrackElement) -> Element[src]Performs the conversion.
impl From<HtmlUListElement> for Element[src]
impl From<HtmlUListElement> for Element[src]fn from(obj: HtmlUListElement) -> Element[src]
fn from(obj: HtmlUListElement) -> Element[src]Performs the conversion.
impl From<HtmlUnknownElement> for Element[src]
impl From<HtmlUnknownElement> for Element[src]fn from(obj: HtmlUnknownElement) -> Element[src]
fn from(obj: HtmlUnknownElement) -> Element[src]Performs the conversion.
impl From<HtmlVideoElement> for Element[src]
impl From<HtmlVideoElement> for Element[src]fn from(obj: HtmlVideoElement) -> Element[src]
fn from(obj: HtmlVideoElement) -> Element[src]Performs the conversion.
impl From<SvgAnimateElement> for Element[src]
impl From<SvgAnimateElement> for Element[src]fn from(obj: SvgAnimateElement) -> Element[src]
fn from(obj: SvgAnimateElement) -> Element[src]Performs the conversion.
impl From<SvgAnimateMotionElement> for Element[src]
impl From<SvgAnimateMotionElement> for Element[src]fn from(obj: SvgAnimateMotionElement) -> Element[src]
fn from(obj: SvgAnimateMotionElement) -> Element[src]Performs the conversion.
impl From<SvgAnimateTransformElement> for Element[src]
impl From<SvgAnimateTransformElement> for Element[src]fn from(obj: SvgAnimateTransformElement) -> Element[src]
fn from(obj: SvgAnimateTransformElement) -> Element[src]Performs the conversion.
impl From<SvgAnimationElement> for Element[src]
impl From<SvgAnimationElement> for Element[src]fn from(obj: SvgAnimationElement) -> Element[src]
fn from(obj: SvgAnimationElement) -> Element[src]Performs the conversion.
impl From<SvgCircleElement> for Element[src]
impl From<SvgCircleElement> for Element[src]fn from(obj: SvgCircleElement) -> Element[src]
fn from(obj: SvgCircleElement) -> Element[src]Performs the conversion.
impl From<SvgClipPathElement> for Element[src]
impl From<SvgClipPathElement> for Element[src]fn from(obj: SvgClipPathElement) -> Element[src]
fn from(obj: SvgClipPathElement) -> Element[src]Performs the conversion.
impl From<SvgComponentTransferFunctionElement> for Element[src]
impl From<SvgComponentTransferFunctionElement> for Element[src]fn from(obj: SvgComponentTransferFunctionElement) -> Element[src]
fn from(obj: SvgComponentTransferFunctionElement) -> Element[src]Performs the conversion.
impl From<SvgDefsElement> for Element[src]
impl From<SvgDefsElement> for Element[src]fn from(obj: SvgDefsElement) -> Element[src]
fn from(obj: SvgDefsElement) -> Element[src]Performs the conversion.
impl From<SvgDescElement> for Element[src]
impl From<SvgDescElement> for Element[src]fn from(obj: SvgDescElement) -> Element[src]
fn from(obj: SvgDescElement) -> Element[src]Performs the conversion.
impl From<SvgElement> for Element[src]
impl From<SvgElement> for Element[src]fn from(obj: SvgElement) -> Element[src]
fn from(obj: SvgElement) -> Element[src]Performs the conversion.
impl From<SvgEllipseElement> for Element[src]
impl From<SvgEllipseElement> for Element[src]fn from(obj: SvgEllipseElement) -> Element[src]
fn from(obj: SvgEllipseElement) -> Element[src]Performs the conversion.
impl From<SvgFilterElement> for Element[src]
impl From<SvgFilterElement> for Element[src]fn from(obj: SvgFilterElement) -> Element[src]
fn from(obj: SvgFilterElement) -> Element[src]Performs the conversion.
impl From<SvgForeignObjectElement> for Element[src]
impl From<SvgForeignObjectElement> for Element[src]fn from(obj: SvgForeignObjectElement) -> Element[src]
fn from(obj: SvgForeignObjectElement) -> Element[src]Performs the conversion.
impl From<SvgGeometryElement> for Element[src]
impl From<SvgGeometryElement> for Element[src]fn from(obj: SvgGeometryElement) -> Element[src]
fn from(obj: SvgGeometryElement) -> Element[src]Performs the conversion.
impl From<SvgGradientElement> for Element[src]
impl From<SvgGradientElement> for Element[src]fn from(obj: SvgGradientElement) -> Element[src]
fn from(obj: SvgGradientElement) -> Element[src]Performs the conversion.
impl From<SvgGraphicsElement> for Element[src]
impl From<SvgGraphicsElement> for Element[src]fn from(obj: SvgGraphicsElement) -> Element[src]
fn from(obj: SvgGraphicsElement) -> Element[src]Performs the conversion.
impl From<SvgImageElement> for Element[src]
impl From<SvgImageElement> for Element[src]fn from(obj: SvgImageElement) -> Element[src]
fn from(obj: SvgImageElement) -> Element[src]Performs the conversion.
impl From<SvgLineElement> for Element[src]
impl From<SvgLineElement> for Element[src]fn from(obj: SvgLineElement) -> Element[src]
fn from(obj: SvgLineElement) -> Element[src]Performs the conversion.
impl From<SvgLinearGradientElement> for Element[src]
impl From<SvgLinearGradientElement> for Element[src]fn from(obj: SvgLinearGradientElement) -> Element[src]
fn from(obj: SvgLinearGradientElement) -> Element[src]Performs the conversion.
impl From<SvgMarkerElement> for Element[src]
impl From<SvgMarkerElement> for Element[src]fn from(obj: SvgMarkerElement) -> Element[src]
fn from(obj: SvgMarkerElement) -> Element[src]Performs the conversion.
impl From<SvgMaskElement> for Element[src]
impl From<SvgMaskElement> for Element[src]fn from(obj: SvgMaskElement) -> Element[src]
fn from(obj: SvgMaskElement) -> Element[src]Performs the conversion.
impl From<SvgMetadataElement> for Element[src]
impl From<SvgMetadataElement> for Element[src]fn from(obj: SvgMetadataElement) -> Element[src]
fn from(obj: SvgMetadataElement) -> Element[src]Performs the conversion.
impl From<SvgPathElement> for Element[src]
impl From<SvgPathElement> for Element[src]fn from(obj: SvgPathElement) -> Element[src]
fn from(obj: SvgPathElement) -> Element[src]Performs the conversion.
impl From<SvgPatternElement> for Element[src]
impl From<SvgPatternElement> for Element[src]fn from(obj: SvgPatternElement) -> Element[src]
fn from(obj: SvgPatternElement) -> Element[src]Performs the conversion.
impl From<SvgPolygonElement> for Element[src]
impl From<SvgPolygonElement> for Element[src]fn from(obj: SvgPolygonElement) -> Element[src]
fn from(obj: SvgPolygonElement) -> Element[src]Performs the conversion.
impl From<SvgPolylineElement> for Element[src]
impl From<SvgPolylineElement> for Element[src]fn from(obj: SvgPolylineElement) -> Element[src]
fn from(obj: SvgPolylineElement) -> Element[src]Performs the conversion.
impl From<SvgRadialGradientElement> for Element[src]
impl From<SvgRadialGradientElement> for Element[src]fn from(obj: SvgRadialGradientElement) -> Element[src]
fn from(obj: SvgRadialGradientElement) -> Element[src]Performs the conversion.
impl From<SvgRectElement> for Element[src]
impl From<SvgRectElement> for Element[src]fn from(obj: SvgRectElement) -> Element[src]
fn from(obj: SvgRectElement) -> Element[src]Performs the conversion.
impl From<SvgScriptElement> for Element[src]
impl From<SvgScriptElement> for Element[src]fn from(obj: SvgScriptElement) -> Element[src]
fn from(obj: SvgScriptElement) -> Element[src]Performs the conversion.
impl From<SvgSetElement> for Element[src]
impl From<SvgSetElement> for Element[src]fn from(obj: SvgSetElement) -> Element[src]
fn from(obj: SvgSetElement) -> Element[src]Performs the conversion.
impl From<SvgStopElement> for Element[src]
impl From<SvgStopElement> for Element[src]fn from(obj: SvgStopElement) -> Element[src]
fn from(obj: SvgStopElement) -> Element[src]Performs the conversion.
impl From<SvgStyleElement> for Element[src]
impl From<SvgStyleElement> for Element[src]fn from(obj: SvgStyleElement) -> Element[src]
fn from(obj: SvgStyleElement) -> Element[src]Performs the conversion.
impl From<SvgSwitchElement> for Element[src]
impl From<SvgSwitchElement> for Element[src]fn from(obj: SvgSwitchElement) -> Element[src]
fn from(obj: SvgSwitchElement) -> Element[src]Performs the conversion.
impl From<SvgSymbolElement> for Element[src]
impl From<SvgSymbolElement> for Element[src]fn from(obj: SvgSymbolElement) -> Element[src]
fn from(obj: SvgSymbolElement) -> Element[src]Performs the conversion.
impl From<SvgTextContentElement> for Element[src]
impl From<SvgTextContentElement> for Element[src]fn from(obj: SvgTextContentElement) -> Element[src]
fn from(obj: SvgTextContentElement) -> Element[src]Performs the conversion.
impl From<SvgTextElement> for Element[src]
impl From<SvgTextElement> for Element[src]fn from(obj: SvgTextElement) -> Element[src]
fn from(obj: SvgTextElement) -> Element[src]Performs the conversion.
impl From<SvgTextPathElement> for Element[src]
impl From<SvgTextPathElement> for Element[src]fn from(obj: SvgTextPathElement) -> Element[src]
fn from(obj: SvgTextPathElement) -> Element[src]Performs the conversion.
impl From<SvgTextPositioningElement> for Element[src]
impl From<SvgTextPositioningElement> for Element[src]fn from(obj: SvgTextPositioningElement) -> Element[src]
fn from(obj: SvgTextPositioningElement) -> Element[src]Performs the conversion.
impl From<SvgTitleElement> for Element[src]
impl From<SvgTitleElement> for Element[src]fn from(obj: SvgTitleElement) -> Element[src]
fn from(obj: SvgTitleElement) -> Element[src]Performs the conversion.
impl From<SvgUseElement> for Element[src]
impl From<SvgUseElement> for Element[src]fn from(obj: SvgUseElement) -> Element[src]
fn from(obj: SvgUseElement) -> Element[src]Performs the conversion.
impl From<SvgViewElement> for Element[src]
impl From<SvgViewElement> for Element[src]fn from(obj: SvgViewElement) -> Element[src]
fn from(obj: SvgViewElement) -> Element[src]Performs the conversion.
impl From<SvgaElement> for Element[src]
impl From<SvgaElement> for Element[src]fn from(obj: SvgaElement) -> Element[src]
fn from(obj: SvgaElement) -> Element[src]Performs the conversion.
impl From<SvgfeBlendElement> for Element[src]
impl From<SvgfeBlendElement> for Element[src]fn from(obj: SvgfeBlendElement) -> Element[src]
fn from(obj: SvgfeBlendElement) -> Element[src]Performs the conversion.
impl From<SvgfeColorMatrixElement> for Element[src]
impl From<SvgfeColorMatrixElement> for Element[src]fn from(obj: SvgfeColorMatrixElement) -> Element[src]
fn from(obj: SvgfeColorMatrixElement) -> Element[src]Performs the conversion.
impl From<SvgfeComponentTransferElement> for Element[src]
impl From<SvgfeComponentTransferElement> for Element[src]fn from(obj: SvgfeComponentTransferElement) -> Element[src]
fn from(obj: SvgfeComponentTransferElement) -> Element[src]Performs the conversion.
impl From<SvgfeCompositeElement> for Element[src]
impl From<SvgfeCompositeElement> for Element[src]fn from(obj: SvgfeCompositeElement) -> Element[src]
fn from(obj: SvgfeCompositeElement) -> Element[src]Performs the conversion.
impl From<SvgfeConvolveMatrixElement> for Element[src]
impl From<SvgfeConvolveMatrixElement> for Element[src]fn from(obj: SvgfeConvolveMatrixElement) -> Element[src]
fn from(obj: SvgfeConvolveMatrixElement) -> Element[src]Performs the conversion.
impl From<SvgfeDiffuseLightingElement> for Element[src]
impl From<SvgfeDiffuseLightingElement> for Element[src]fn from(obj: SvgfeDiffuseLightingElement) -> Element[src]
fn from(obj: SvgfeDiffuseLightingElement) -> Element[src]Performs the conversion.
impl From<SvgfeDisplacementMapElement> for Element[src]
impl From<SvgfeDisplacementMapElement> for Element[src]fn from(obj: SvgfeDisplacementMapElement) -> Element[src]
fn from(obj: SvgfeDisplacementMapElement) -> Element[src]Performs the conversion.
impl From<SvgfeDistantLightElement> for Element[src]
impl From<SvgfeDistantLightElement> for Element[src]fn from(obj: SvgfeDistantLightElement) -> Element[src]
fn from(obj: SvgfeDistantLightElement) -> Element[src]Performs the conversion.
impl From<SvgfeDropShadowElement> for Element[src]
impl From<SvgfeDropShadowElement> for Element[src]fn from(obj: SvgfeDropShadowElement) -> Element[src]
fn from(obj: SvgfeDropShadowElement) -> Element[src]Performs the conversion.
impl From<SvgfeFloodElement> for Element[src]
impl From<SvgfeFloodElement> for Element[src]fn from(obj: SvgfeFloodElement) -> Element[src]
fn from(obj: SvgfeFloodElement) -> Element[src]Performs the conversion.
impl From<SvgfeFuncAElement> for Element[src]
impl From<SvgfeFuncAElement> for Element[src]fn from(obj: SvgfeFuncAElement) -> Element[src]
fn from(obj: SvgfeFuncAElement) -> Element[src]Performs the conversion.
impl From<SvgfeFuncBElement> for Element[src]
impl From<SvgfeFuncBElement> for Element[src]fn from(obj: SvgfeFuncBElement) -> Element[src]
fn from(obj: SvgfeFuncBElement) -> Element[src]Performs the conversion.
impl From<SvgfeFuncGElement> for Element[src]
impl From<SvgfeFuncGElement> for Element[src]fn from(obj: SvgfeFuncGElement) -> Element[src]
fn from(obj: SvgfeFuncGElement) -> Element[src]Performs the conversion.
impl From<SvgfeFuncRElement> for Element[src]
impl From<SvgfeFuncRElement> for Element[src]fn from(obj: SvgfeFuncRElement) -> Element[src]
fn from(obj: SvgfeFuncRElement) -> Element[src]Performs the conversion.
impl From<SvgfeGaussianBlurElement> for Element[src]
impl From<SvgfeGaussianBlurElement> for Element[src]fn from(obj: SvgfeGaussianBlurElement) -> Element[src]
fn from(obj: SvgfeGaussianBlurElement) -> Element[src]Performs the conversion.
impl From<SvgfeImageElement> for Element[src]
impl From<SvgfeImageElement> for Element[src]fn from(obj: SvgfeImageElement) -> Element[src]
fn from(obj: SvgfeImageElement) -> Element[src]Performs the conversion.
impl From<SvgfeMergeElement> for Element[src]
impl From<SvgfeMergeElement> for Element[src]fn from(obj: SvgfeMergeElement) -> Element[src]
fn from(obj: SvgfeMergeElement) -> Element[src]Performs the conversion.
impl From<SvgfeMergeNodeElement> for Element[src]
impl From<SvgfeMergeNodeElement> for Element[src]fn from(obj: SvgfeMergeNodeElement) -> Element[src]
fn from(obj: SvgfeMergeNodeElement) -> Element[src]Performs the conversion.
impl From<SvgfeMorphologyElement> for Element[src]
impl From<SvgfeMorphologyElement> for Element[src]fn from(obj: SvgfeMorphologyElement) -> Element[src]
fn from(obj: SvgfeMorphologyElement) -> Element[src]Performs the conversion.
impl From<SvgfeOffsetElement> for Element[src]
impl From<SvgfeOffsetElement> for Element[src]fn from(obj: SvgfeOffsetElement) -> Element[src]
fn from(obj: SvgfeOffsetElement) -> Element[src]Performs the conversion.
impl From<SvgfePointLightElement> for Element[src]
impl From<SvgfePointLightElement> for Element[src]fn from(obj: SvgfePointLightElement) -> Element[src]
fn from(obj: SvgfePointLightElement) -> Element[src]Performs the conversion.
impl From<SvgfeSpecularLightingElement> for Element[src]
impl From<SvgfeSpecularLightingElement> for Element[src]fn from(obj: SvgfeSpecularLightingElement) -> Element[src]
fn from(obj: SvgfeSpecularLightingElement) -> Element[src]Performs the conversion.
impl From<SvgfeSpotLightElement> for Element[src]
impl From<SvgfeSpotLightElement> for Element[src]fn from(obj: SvgfeSpotLightElement) -> Element[src]
fn from(obj: SvgfeSpotLightElement) -> Element[src]Performs the conversion.
impl From<SvgfeTileElement> for Element[src]
impl From<SvgfeTileElement> for Element[src]fn from(obj: SvgfeTileElement) -> Element[src]
fn from(obj: SvgfeTileElement) -> Element[src]Performs the conversion.
impl From<SvgfeTurbulenceElement> for Element[src]
impl From<SvgfeTurbulenceElement> for Element[src]fn from(obj: SvgfeTurbulenceElement) -> Element[src]
fn from(obj: SvgfeTurbulenceElement) -> Element[src]Performs the conversion.
impl From<SvggElement> for Element[src]
impl From<SvggElement> for Element[src]fn from(obj: SvggElement) -> Element[src]
fn from(obj: SvggElement) -> Element[src]Performs the conversion.
impl From<SvgmPathElement> for Element[src]
impl From<SvgmPathElement> for Element[src]fn from(obj: SvgmPathElement) -> Element[src]
fn from(obj: SvgmPathElement) -> Element[src]Performs the conversion.
impl From<SvgsvgElement> for Element[src]
impl From<SvgsvgElement> for Element[src]fn from(obj: SvgsvgElement) -> Element[src]
fn from(obj: SvgsvgElement) -> Element[src]Performs the conversion.
impl From<SvgtSpanElement> for Element[src]
impl From<SvgtSpanElement> for Element[src]fn from(obj: SvgtSpanElement) -> Element[src]
fn from(obj: SvgtSpanElement) -> Element[src]Performs the conversion.
impl FromWasmAbi for Element[src]
impl FromWasmAbi for Element[src]impl IntoWasmAbi for Element[src]
impl IntoWasmAbi for Element[src]impl<'a> IntoWasmAbi for &'a Element[src]
impl<'a> IntoWasmAbi for &'a Element[src]impl JsCast for Element[src]
impl JsCast for Element[src]fn instanceof(val: &JsValue) -> bool[src]
fn instanceof(val: &JsValue) -> bool[src]Performs a dynamic instanceof check to see whether the JsValue
provided is an instance of this type. Read more
fn unchecked_from_js(val: JsValue) -> Self[src]
fn unchecked_from_js(val: JsValue) -> Self[src]Performs a zero-cost unchecked conversion from a JsValue into an
instance of Self Read more
fn unchecked_from_js_ref(val: &JsValue) -> &Self[src]
fn unchecked_from_js_ref(val: &JsValue) -> &Self[src]Performs a zero-cost unchecked conversion from a &JsValue into an
instance of &Self. Read more
fn has_type<T>(&self) -> bool where
T: JsCast, [src]
fn has_type<T>(&self) -> bool where
T: JsCast, [src]Test whether this JS value has a type T. Read more
fn dyn_into<T>(self) -> Result<T, Self> where
T: JsCast, [src]
fn dyn_into<T>(self) -> Result<T, Self> where
T: JsCast, [src]Performs a dynamic cast (checked at runtime) of this value into the
target type T. Read more
fn dyn_ref<T>(&self) -> Option<&T> where
T: JsCast, [src]
fn dyn_ref<T>(&self) -> Option<&T> where
T: JsCast, [src]Performs a dynamic cast (checked at runtime) of this value into the
target type T. Read more
fn unchecked_into<T>(self) -> T where
T: JsCast, [src]
fn unchecked_into<T>(self) -> T where
T: JsCast, [src]Performs a zero-cost unchecked cast into the specified type. Read more
fn unchecked_ref<T>(&self) -> &T where
T: JsCast, [src]
fn unchecked_ref<T>(&self) -> &T where
T: JsCast, [src]Performs a zero-cost unchecked cast into a reference to the specified type. Read more
fn is_instance_of<T>(&self) -> bool where
T: JsCast, [src]
fn is_instance_of<T>(&self) -> bool where
T: JsCast, [src]Test whether this JS value is an instance of the type T. Read more
fn is_type_of(val: &JsValue) -> bool[src]
fn is_type_of(val: &JsValue) -> bool[src]Performs a dynamic check to see whether the JsValue provided
is a value of this type. Read more
impl OptionFromWasmAbi for Element[src]
impl OptionFromWasmAbi for Element[src]impl OptionIntoWasmAbi for Element[src]
impl OptionIntoWasmAbi for Element[src]impl<'a> OptionIntoWasmAbi for &'a Element[src]
impl<'a> OptionIntoWasmAbi for &'a Element[src]impl RefFromWasmAbi for Element[src]
impl RefFromWasmAbi for Element[src]type Abi = <JsValue as RefFromWasmAbi>::Abi
type Abi = <JsValue as RefFromWasmAbi>::AbiThe wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<Element>
type Anchor = ManuallyDrop<Element>The type that holds the reference to Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous. Read more
unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor[src]
unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor[src]Recover a Self::Anchor from Self::Abi. Read more
impl Eq for Element[src]
impl StructuralEq for Element[src]
impl StructuralPartialEq for Element[src]
Auto Trait Implementations
impl RefUnwindSafe for Element
impl !Send for Element
impl !Sync for Element
impl Unpin for Element
impl UnwindSafe for Element
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, [src]
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, [src]type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::AbiSame as IntoWasmAbi::Abi
pub fn return_abi(self) -> <T as ReturnWasmAbi>::Abi[src]
pub fn return_abi(self) -> <T as ReturnWasmAbi>::Abi[src]Same as IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more