[−][src]Struct web_sys::Element
The Element object
This API requires the following crate features to be activated: Element
Methods
impl Element[src]
impl Elementpub fn attach_shadow( | [src] |
The attachShadow() method
This API requires the following crate features to be activated: Element, ShadowRoot, ShadowRootInit
impl Element[src]
impl Elementpub fn closest(&self, selector: &str) -> Result<Option<Element>, JsValue> | [src] |
The closest() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub fn get_attribute_ns( | [src] |
The getAttributeNS() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub 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 Elementpub fn get_attribute_node_ns( | [src] |
The getAttributeNodeNS() method
This API requires the following crate features to be activated: Attr, Element
impl Element[src]
impl Elementpub 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 Elementpub 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 Elementpub 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 Elementpub fn has_attribute_ns( | [src] |
The hasAttributeNS() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn has_attributes(&self) -> bool | [src] |
The hasAttributes() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub fn insert_adjacent_element( | [src] |
The insertAdjacentElement() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn insert_adjacent_html( | [src] |
The insertAdjacentHTML() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn insert_adjacent_text( | [src] |
The insertAdjacentText() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn matches(&self, selector: &str) -> Result<bool, JsValue> | [src] |
The matches() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn query_selector( | [src] |
The querySelector() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn query_selector_all(&self, selectors: &str) -> Result<NodeList, JsValue> | [src] |
The querySelectorAll() method
This API requires the following crate features to be activated: Element, NodeList
impl Element[src]
impl Elementpub fn release_capture(&self) | [src] |
The releaseCapture() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn release_pointer_capture(&self, pointer_id: i32) -> Result<(), JsValue> | [src] |
The releasePointerCapture() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn remove_attribute(&self, name: &str) -> Result<(), JsValue> | [src] |
The removeAttribute() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn remove_attribute_ns( | [src] |
The removeAttributeNS() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn remove_attribute_node( | [src] |
The removeAttributeNode() method
This API requires the following crate features to be activated: Attr, Element
impl Element[src]
impl Elementpub 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 Elementpub fn request_pointer_lock(&self) | [src] |
The requestPointerLock() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub fn scroll(&self) | [src] |
The scroll() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub 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 Elementpub fn scroll_by(&self) | [src] |
The scrollBy() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub fn scroll_into_view(&self) | [src] |
The scrollIntoView() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub fn scroll_into_view_with_scroll_into_view_options( | [src] |
The scrollIntoView() method
This API requires the following crate features to be activated: Element, ScrollIntoViewOptions
impl Element[src]
impl Elementpub 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 Elementpub fn scroll_to(&self) | [src] |
The scrollTo() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub fn set_attribute(&self, name: &str, value: &str) -> Result<(), JsValue> | [src] |
The setAttribute() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn set_attribute_ns( | [src] |
The setAttributeNS() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn set_attribute_node( | [src] |
The setAttributeNode() method
This API requires the following crate features to be activated: Attr, Element
impl Element[src]
impl Elementpub fn set_attribute_node_ns( | [src] |
The setAttributeNodeNS() method
This API requires the following crate features to be activated: Attr, Element
impl Element[src]
impl Elementpub fn set_capture(&self) | [src] |
The setCapture() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub fn set_pointer_capture(&self, pointer_id: i32) -> Result<(), JsValue> | [src] |
The setPointerCapture() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn toggle_attribute(&self, name: &str) -> Result<bool, JsValue> | [src] |
The toggleAttribute() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn toggle_attribute_with_force( | [src] |
The toggleAttribute() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn webkit_matches_selector(&self, selector: &str) -> Result<bool, JsValue> | [src] |
The webkitMatchesSelector() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn namespace_uri(&self) -> Option<String> | [src] |
The namespaceURI getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn prefix(&self) -> Option<String> | [src] |
The prefix getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn local_name(&self) -> String | [src] |
The localName getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn tag_name(&self) -> String | [src] |
The tagName getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn id(&self) -> String | [src] |
The id getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn set_id(&self, id: &str) | [src] |
The id setter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn class_name(&self) -> String | [src] |
The className getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn set_class_name(&self, class_name: &str) | [src] |
The className setter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn class_list(&self) -> DomTokenList | [src] |
The classList getter
This API requires the following crate features to be activated: DomTokenList, Element
impl Element[src]
impl Elementpub fn attributes(&self) -> NamedNodeMap | [src] |
The attributes getter
This API requires the following crate features to be activated: Element, NamedNodeMap
impl Element[src]
impl Elementpub fn scroll_top(&self) -> i32 | [src] |
The scrollTop getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn set_scroll_top(&self, scroll_top: i32) | [src] |
The scrollTop setter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn scroll_left(&self) -> i32 | [src] |
The scrollLeft getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn set_scroll_left(&self, scroll_left: i32) | [src] |
The scrollLeft setter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn scroll_width(&self) -> i32 | [src] |
The scrollWidth getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn scroll_height(&self) -> i32 | [src] |
The scrollHeight getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn client_top(&self) -> i32 | [src] |
The clientTop getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn client_left(&self) -> i32 | [src] |
The clientLeft getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn client_width(&self) -> i32 | [src] |
The clientWidth getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn client_height(&self) -> i32 | [src] |
The clientHeight getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn inner_html(&self) -> String | [src] |
The innerHTML getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn set_inner_html(&self, inner_html: &str) | [src] |
The innerHTML setter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn outer_html(&self) -> String | [src] |
The outerHTML getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn set_outer_html(&self, outer_html: &str) | [src] |
The outerHTML setter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn shadow_root(&self) -> Option<ShadowRoot> | [src] |
The shadowRoot getter
This API requires the following crate features to be activated: Element, ShadowRoot
impl Element[src]
impl Elementpub fn assigned_slot(&self) -> Option<HtmlSlotElement> | [src] |
The assignedSlot getter
This API requires the following crate features to be activated: Element, HtmlSlotElement
impl Element[src]
impl Elementpub fn slot(&self) -> String | [src] |
The slot getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn set_slot(&self, slot: &str) | [src] |
The slot setter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn after_with_node(&self, nodes: &Array) -> Result<(), JsValue> | [src] |
The after() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub fn after_with_node_1(&self, nodes_1: &Node) -> Result<(), JsValue> | [src] |
The after() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn after_with_node_2( | [src] |
The after() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn after_with_node_3( | [src] |
The after() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn after_with_node_4( | [src] |
The after() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn after_with_node_5( | [src] |
The after() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn after_with_node_6( | [src] |
The after() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn after_with_node_7( | [src] |
The after() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn after_with_str(&self, nodes: &Array) -> Result<(), JsValue> | [src] |
The after() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub fn after_with_str_1(&self, nodes_1: &str) -> Result<(), JsValue> | [src] |
The after() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn after_with_str_2( | [src] |
The after() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn after_with_str_3( | [src] |
The after() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn after_with_str_4( | [src] |
The after() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn after_with_str_5( | [src] |
The after() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn after_with_str_6( | [src] |
The after() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn after_with_str_7( | [src] |
The after() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn before_with_node(&self, nodes: &Array) -> Result<(), JsValue> | [src] |
The before() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub fn before_with_node_1(&self, nodes_1: &Node) -> Result<(), JsValue> | [src] |
The before() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn before_with_node_2( | [src] |
The before() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn before_with_node_3( | [src] |
The before() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn before_with_node_4( | [src] |
The before() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn before_with_node_5( | [src] |
The before() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn before_with_node_6( | [src] |
The before() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn before_with_node_7( | [src] |
The before() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn before_with_str(&self, nodes: &Array) -> Result<(), JsValue> | [src] |
The before() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub fn before_with_str_1(&self, nodes_1: &str) -> Result<(), JsValue> | [src] |
The before() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn before_with_str_2( | [src] |
The before() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn before_with_str_3( | [src] |
The before() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn before_with_str_4( | [src] |
The before() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn before_with_str_5( | [src] |
The before() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn before_with_str_6( | [src] |
The before() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn before_with_str_7( | [src] |
The before() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn remove(&self) | [src] |
The remove() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn replace_with_with_node(&self, nodes: &Array) -> Result<(), JsValue> | [src] |
The replaceWith() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub fn replace_with_with_node_1(&self, nodes_1: &Node) -> Result<(), JsValue> | [src] |
The replaceWith() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn replace_with_with_node_2( | [src] |
The replaceWith() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn replace_with_with_node_3( | [src] |
The replaceWith() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn replace_with_with_node_4( | [src] |
The replaceWith() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn replace_with_with_node_5( | [src] |
The replaceWith() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn replace_with_with_node_6( | [src] |
The replaceWith() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn replace_with_with_node_7( | [src] |
The replaceWith() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn replace_with_with_str(&self, nodes: &Array) -> Result<(), JsValue> | [src] |
The replaceWith() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub fn replace_with_with_str_1(&self, nodes_1: &str) -> Result<(), JsValue> | [src] |
The replaceWith() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn replace_with_with_str_2( | [src] |
The replaceWith() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn replace_with_with_str_3( | [src] |
The replaceWith() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn replace_with_with_str_4( | [src] |
The replaceWith() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn replace_with_with_str_5( | [src] |
The replaceWith() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn replace_with_with_str_6( | [src] |
The replaceWith() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn replace_with_with_str_7( | [src] |
The replaceWith() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn convert_point_from_node_with_text( | [src] |
The convertPointFromNode() method
This API requires the following crate features to be activated: DomPoint, DomPointInit, Element, Text
impl Element[src]
impl Elementpub fn convert_point_from_node_with_element( | [src] |
The convertPointFromNode() method
This API requires the following crate features to be activated: DomPoint, DomPointInit, Element
impl Element[src]
impl Elementpub fn convert_point_from_node_with_document( | [src] |
The convertPointFromNode() method
This API requires the following crate features to be activated: Document, DomPoint, DomPointInit, Element
impl Element[src]
impl Elementpub fn convert_point_from_node_with_text_and_options( | [src] |
The convertPointFromNode() method
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomPoint, DomPointInit, Element, Text
impl Element[src]
impl Elementpub fn convert_point_from_node_with_element_and_options( | [src] |
The convertPointFromNode() method
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomPoint, DomPointInit, Element
impl Element[src]
impl Elementpub fn convert_point_from_node_with_document_and_options( | [src] |
The convertPointFromNode() method
This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomPoint, DomPointInit, Element
impl Element[src]
impl Elementpub fn convert_quad_from_node_with_text( | [src] |
The convertQuadFromNode() method
This API requires the following crate features to be activated: DomQuad, Element, Text
impl Element[src]
impl Elementpub fn convert_quad_from_node_with_element( | [src] |
The convertQuadFromNode() method
This API requires the following crate features to be activated: DomQuad, Element
impl Element[src]
impl Elementpub fn convert_quad_from_node_with_document( | [src] |
The convertQuadFromNode() method
This API requires the following crate features to be activated: Document, DomQuad, Element
impl Element[src]
impl Elementpub fn convert_quad_from_node_with_text_and_options( | [src] |
The convertQuadFromNode() method
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, Element, Text
impl Element[src]
impl Elementpub fn convert_quad_from_node_with_element_and_options( | [src] |
The convertQuadFromNode() method
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, Element
impl Element[src]
impl Elementpub fn convert_quad_from_node_with_document_and_options( | [src] |
The convertQuadFromNode() method
This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomQuad, Element
impl Element[src]
impl Elementpub fn convert_rect_from_node_with_text( | [src] |
The convertRectFromNode() method
This API requires the following crate features to be activated: DomQuad, DomRectReadOnly, Element, Text
impl Element[src]
impl Elementpub fn convert_rect_from_node_with_element( | [src] |
The convertRectFromNode() method
This API requires the following crate features to be activated: DomQuad, DomRectReadOnly, Element
impl Element[src]
impl Elementpub fn convert_rect_from_node_with_document( | [src] |
The convertRectFromNode() method
This API requires the following crate features to be activated: Document, DomQuad, DomRectReadOnly, Element
impl Element[src]
impl Elementpub fn convert_rect_from_node_with_text_and_options( | [src] |
The convertRectFromNode() method
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, DomRectReadOnly, Element, Text
impl Element[src]
impl Elementpub fn convert_rect_from_node_with_element_and_options( | [src] |
The convertRectFromNode() method
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, DomRectReadOnly, Element
impl Element[src]
impl Elementpub fn convert_rect_from_node_with_document_and_options( | [src] |
The convertRectFromNode() method
This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomQuad, DomRectReadOnly, Element
impl Element[src]
impl Elementpub 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 Elementpub fn get_box_quads_with_options( | [src] |
The getBoxQuads() method
This API requires the following crate features to be activated: BoxQuadOptions, Element
impl Element[src]
impl Elementpub fn previous_element_sibling(&self) -> Option<Element> | [src] |
The previousElementSibling getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn next_element_sibling(&self) -> Option<Element> | [src] |
The nextElementSibling getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn append_with_node(&self, nodes: &Array) -> Result<(), JsValue> | [src] |
The append() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub fn append_with_node_1(&self, nodes_1: &Node) -> Result<(), JsValue> | [src] |
The append() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn append_with_node_2( | [src] |
The append() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn append_with_node_3( | [src] |
The append() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn append_with_node_4( | [src] |
The append() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn append_with_node_5( | [src] |
The append() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn append_with_node_6( | [src] |
The append() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn append_with_node_7( | [src] |
The append() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn append_with_str(&self, nodes: &Array) -> Result<(), JsValue> | [src] |
The append() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub fn append_with_str_1(&self, nodes_1: &str) -> Result<(), JsValue> | [src] |
The append() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn append_with_str_2( | [src] |
The append() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn append_with_str_3( | [src] |
The append() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn append_with_str_4( | [src] |
The append() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn append_with_str_5( | [src] |
The append() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn append_with_str_6( | [src] |
The append() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn append_with_str_7( | [src] |
The append() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn prepend_with_node(&self, nodes: &Array) -> Result<(), JsValue> | [src] |
The prepend() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub fn prepend_with_node_1(&self, nodes_1: &Node) -> Result<(), JsValue> | [src] |
The prepend() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn prepend_with_node_2( | [src] |
The prepend() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn prepend_with_node_3( | [src] |
The prepend() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn prepend_with_node_4( | [src] |
The prepend() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn prepend_with_node_5( | [src] |
The prepend() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn prepend_with_node_6( | [src] |
The prepend() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn prepend_with_node_7( | [src] |
The prepend() method
This API requires the following crate features to be activated: Element, Node
impl Element[src]
impl Elementpub fn prepend_with_str(&self, nodes: &Array) -> Result<(), JsValue> | [src] |
The prepend() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub 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 Elementpub fn prepend_with_str_1(&self, nodes_1: &str) -> Result<(), JsValue> | [src] |
The prepend() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn prepend_with_str_2( | [src] |
The prepend() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn prepend_with_str_3( | [src] |
The prepend() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn prepend_with_str_4( | [src] |
The prepend() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn prepend_with_str_5( | [src] |
The prepend() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn prepend_with_str_6( | [src] |
The prepend() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn prepend_with_str_7( | [src] |
The prepend() method
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn children(&self) -> HtmlCollection | [src] |
The children getter
This API requires the following crate features to be activated: Element, HtmlCollection
impl Element[src]
impl Elementpub fn first_element_child(&self) -> Option<Element> | [src] |
The firstElementChild getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn last_element_child(&self) -> Option<Element> | [src] |
The lastElementChild getter
This API requires the following crate features to be activated: Element
impl Element[src]
impl Elementpub fn child_element_count(&self) -> u32 | [src] |
The childElementCount getter
This API requires the following crate features to be activated: Element
Methods from Deref<Target = Node>
pub fn append_child(&self, node: &Node) -> Result<Node, JsValue> | [src] |
The appendChild() method
This API requires the following crate features to be activated: Node
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 clone_node_with_deep(&self, deep: bool) -> 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] |
The compareDocumentPosition() method
This API requires the following crate features to be activated: Node
pub fn contains(&self, other: Option<&Node>) -> bool | [src] |
The contains() method
This API requires the following crate features to be activated: Node
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] |
The getRootNode() method
This API requires the following crate features to be activated: GetRootNodeOptions, Node
pub fn has_child_nodes(&self) -> bool | [src] |
The hasChildNodes() method
This API requires the following crate features to be activated: Node
pub fn insert_before( | [src] |
The insertBefore() method
This API requires the following crate features to be activated: Node
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] |
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] |
The isSameNode() method
This API requires the following crate features to be activated: Node
pub fn lookup_namespace_uri(&self, prefix: Option<&str>) -> Option<String> | [src] |
The lookupNamespaceURI() method
This API requires the following crate features to be activated: Node
pub fn lookup_prefix(&self, namespace: Option<&str>) -> Option<String> | [src] |
The lookupPrefix() method
This API requires the following crate features to be activated: Node
pub fn normalize(&self) | [src] |
The normalize() method
This API requires the following crate features to be activated: Node
pub fn remove_child(&self, child: &Node) -> Result<Node, JsValue> | [src] |
The removeChild() method
This API requires the following crate features to be activated: Node
pub fn replace_child(&self, node: &Node, child: &Node) -> Result<Node, JsValue> | [src] |
The replaceChild() method
This API requires the following crate features to be activated: Node
pub fn node_type(&self) -> u16 | [src] |
The nodeType getter
This API requires the following crate features to be activated: Node
pub fn node_name(&self) -> String | [src] |
The nodeName getter
This API requires the following crate features to be activated: Node
pub fn base_uri(&self) -> Result<Option<String>, JsValue> | [src] |
The baseURI getter
This API requires the following crate features to be activated: Node
pub fn is_connected(&self) -> bool | [src] |
The isConnected getter
This API requires the following crate features to be activated: Node
pub fn owner_document(&self) -> Option<Document> | [src] |
The ownerDocument getter
This API requires the following crate features to be activated: Document, Node
pub fn parent_node(&self) -> Option<Node> | [src] |
The parentNode getter
This API requires the following crate features to be activated: Node
pub fn parent_element(&self) -> Option<Element> | [src] |
The parentElement getter
This API requires the following crate features to be activated: Element, Node
pub fn child_nodes(&self) -> NodeList | [src] |
The childNodes getter
This API requires the following crate features to be activated: Node, NodeList
pub fn first_child(&self) -> Option<Node> | [src] |
The firstChild getter
This API requires the following crate features to be activated: Node
pub fn last_child(&self) -> Option<Node> | [src] |
The lastChild getter
This API requires the following crate features to be activated: Node
pub fn previous_sibling(&self) -> Option<Node> | [src] |
The previousSibling getter
This API requires the following crate features to be activated: Node
pub fn next_sibling(&self) -> Option<Node> | [src] |
The nextSibling getter
This API requires the following crate features to be activated: Node
pub fn node_value(&self) -> Option<String> | [src] |
The nodeValue getter
This API requires the following crate features to be activated: Node
pub fn set_node_value(&self, node_value: Option<&str>) | [src] |
The nodeValue setter
This API requires the following crate features to be activated: Node
pub fn text_content(&self) -> Option<String> | [src] |
The textContent getter
This API requires the following crate features to be activated: Node
pub fn set_text_content(&self, text_content: Option<&str>) | [src] |
The textContent setter
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 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]
Trait Implementations
impl From<JsValue> for Element[src]
impl From<JsValue> for Elementimpl From<Element> for JsValue[src]
impl From<Element> for JsValueimpl From<Element> for Node[src]
impl From<Element> for Nodeimpl From<Element> for EventTarget[src]
impl From<Element> for EventTargetfn from(obj: Element) -> EventTarget | [src] |
impl From<Element> for Object[src]
impl From<Element> for Objectimpl From<HtmlAnchorElement> for Element[src]
impl From<HtmlAnchorElement> for Elementfn from(obj: HtmlAnchorElement) -> Element | [src] |
impl From<HtmlAreaElement> for Element[src]
impl From<HtmlAreaElement> for Elementfn from(obj: HtmlAreaElement) -> Element | [src] |
impl From<HtmlAudioElement> for Element[src]
impl From<HtmlAudioElement> for Elementfn from(obj: HtmlAudioElement) -> Element | [src] |
impl From<HtmlBrElement> for Element[src]
impl From<HtmlBrElement> for Elementfn from(obj: HtmlBrElement) -> Element | [src] |
impl From<HtmlBaseElement> for Element[src]
impl From<HtmlBaseElement> for Elementfn from(obj: HtmlBaseElement) -> Element | [src] |
impl From<HtmlBodyElement> for Element[src]
impl From<HtmlBodyElement> for Elementfn from(obj: HtmlBodyElement) -> Element | [src] |
impl From<HtmlButtonElement> for Element[src]
impl From<HtmlButtonElement> for Elementfn from(obj: HtmlButtonElement) -> Element | [src] |
impl From<HtmlCanvasElement> for Element[src]
impl From<HtmlCanvasElement> for Elementfn from(obj: HtmlCanvasElement) -> Element | [src] |
impl From<HtmlDListElement> for Element[src]
impl From<HtmlDListElement> for Elementfn from(obj: HtmlDListElement) -> Element | [src] |
impl From<HtmlDataElement> for Element[src]
impl From<HtmlDataElement> for Elementfn from(obj: HtmlDataElement) -> Element | [src] |
impl From<HtmlDataListElement> for Element[src]
impl From<HtmlDataListElement> for Elementfn from(obj: HtmlDataListElement) -> Element | [src] |
impl From<HtmlDetailsElement> for Element[src]
impl From<HtmlDetailsElement> for Elementfn from(obj: HtmlDetailsElement) -> Element | [src] |
impl From<HtmlDialogElement> for Element[src]
impl From<HtmlDialogElement> for Elementfn from(obj: HtmlDialogElement) -> Element | [src] |
impl From<HtmlDirectoryElement> for Element[src]
impl From<HtmlDirectoryElement> for Elementfn from(obj: HtmlDirectoryElement) -> Element | [src] |
impl From<HtmlDivElement> for Element[src]
impl From<HtmlDivElement> for Elementfn from(obj: HtmlDivElement) -> Element | [src] |
impl From<HtmlElement> for Element[src]
impl From<HtmlElement> for Elementfn from(obj: HtmlElement) -> Element | [src] |
impl From<HtmlEmbedElement> for Element[src]
impl From<HtmlEmbedElement> for Elementfn from(obj: HtmlEmbedElement) -> Element | [src] |
impl From<HtmlFieldSetElement> for Element[src]
impl From<HtmlFieldSetElement> for Elementfn from(obj: HtmlFieldSetElement) -> Element | [src] |
impl From<HtmlFontElement> for Element[src]
impl From<HtmlFontElement> for Elementfn from(obj: HtmlFontElement) -> Element | [src] |
impl From<HtmlFormElement> for Element[src]
impl From<HtmlFormElement> for Elementfn from(obj: HtmlFormElement) -> Element | [src] |
impl From<HtmlFrameElement> for Element[src]
impl From<HtmlFrameElement> for Elementfn from(obj: HtmlFrameElement) -> Element | [src] |
impl From<HtmlFrameSetElement> for Element[src]
impl From<HtmlFrameSetElement> for Elementfn from(obj: HtmlFrameSetElement) -> Element | [src] |
impl From<HtmlHrElement> for Element[src]
impl From<HtmlHrElement> for Elementfn from(obj: HtmlHrElement) -> Element | [src] |
impl From<HtmlHeadElement> for Element[src]
impl From<HtmlHeadElement> for Elementfn from(obj: HtmlHeadElement) -> Element | [src] |
impl From<HtmlHeadingElement> for Element[src]
impl From<HtmlHeadingElement> for Elementfn from(obj: HtmlHeadingElement) -> Element | [src] |
impl From<HtmlHtmlElement> for Element[src]
impl From<HtmlHtmlElement> for Elementfn from(obj: HtmlHtmlElement) -> Element | [src] |
impl From<HtmlIFrameElement> for Element[src]
impl From<HtmlIFrameElement> for Elementfn from(obj: HtmlIFrameElement) -> Element | [src] |
impl From<HtmlImageElement> for Element[src]
impl From<HtmlImageElement> for Elementfn from(obj: HtmlImageElement) -> Element | [src] |
impl From<HtmlInputElement> for Element[src]
impl From<HtmlInputElement> for Elementfn from(obj: HtmlInputElement) -> Element | [src] |
impl From<HtmlLiElement> for Element[src]
impl From<HtmlLiElement> for Elementfn from(obj: HtmlLiElement) -> Element | [src] |
impl From<HtmlLabelElement> for Element[src]
impl From<HtmlLabelElement> for Elementfn from(obj: HtmlLabelElement) -> Element | [src] |
impl From<HtmlLegendElement> for Element[src]
impl From<HtmlLegendElement> for Elementfn from(obj: HtmlLegendElement) -> Element | [src] |
impl From<HtmlLinkElement> for Element[src]
impl From<HtmlLinkElement> for Elementfn from(obj: HtmlLinkElement) -> Element | [src] |
impl From<HtmlMapElement> for Element[src]
impl From<HtmlMapElement> for Elementfn from(obj: HtmlMapElement) -> Element | [src] |
impl From<HtmlMediaElement> for Element[src]
impl From<HtmlMediaElement> for Elementfn from(obj: HtmlMediaElement) -> Element | [src] |
impl From<HtmlMenuElement> for Element[src]
impl From<HtmlMenuElement> for Elementfn from(obj: HtmlMenuElement) -> Element | [src] |
impl From<HtmlMenuItemElement> for Element[src]
impl From<HtmlMenuItemElement> for Elementfn from(obj: HtmlMenuItemElement) -> Element | [src] |
impl From<HtmlMetaElement> for Element[src]
impl From<HtmlMetaElement> for Elementfn from(obj: HtmlMetaElement) -> Element | [src] |
impl From<HtmlMeterElement> for Element[src]
impl From<HtmlMeterElement> for Elementfn from(obj: HtmlMeterElement) -> Element | [src] |
impl From<HtmlModElement> for Element[src]
impl From<HtmlModElement> for Elementfn from(obj: HtmlModElement) -> Element | [src] |
impl From<HtmlOListElement> for Element[src]
impl From<HtmlOListElement> for Elementfn from(obj: HtmlOListElement) -> Element | [src] |
impl From<HtmlObjectElement> for Element[src]
impl From<HtmlObjectElement> for Elementfn from(obj: HtmlObjectElement) -> Element | [src] |
impl From<HtmlOptGroupElement> for Element[src]
impl From<HtmlOptGroupElement> for Elementfn from(obj: HtmlOptGroupElement) -> Element | [src] |
impl From<HtmlOptionElement> for Element[src]
impl From<HtmlOptionElement> for Elementfn from(obj: HtmlOptionElement) -> Element | [src] |
impl From<HtmlOutputElement> for Element[src]
impl From<HtmlOutputElement> for Elementfn from(obj: HtmlOutputElement) -> Element | [src] |
impl From<HtmlParagraphElement> for Element[src]
impl From<HtmlParagraphElement> for Elementfn from(obj: HtmlParagraphElement) -> Element | [src] |
impl From<HtmlParamElement> for Element[src]
impl From<HtmlParamElement> for Elementfn from(obj: HtmlParamElement) -> Element | [src] |
impl From<HtmlPictureElement> for Element[src]
impl From<HtmlPictureElement> for Elementfn from(obj: HtmlPictureElement) -> Element | [src] |
impl From<HtmlPreElement> for Element[src]
impl From<HtmlPreElement> for Elementfn from(obj: HtmlPreElement) -> Element | [src] |
impl From<HtmlProgressElement> for Element[src]
impl From<HtmlProgressElement> for Elementfn from(obj: HtmlProgressElement) -> Element | [src] |
impl From<HtmlQuoteElement> for Element[src]
impl From<HtmlQuoteElement> for Elementfn from(obj: HtmlQuoteElement) -> Element | [src] |
impl From<HtmlScriptElement> for Element[src]
impl From<HtmlScriptElement> for Elementfn from(obj: HtmlScriptElement) -> Element | [src] |
impl From<HtmlSelectElement> for Element[src]
impl From<HtmlSelectElement> for Elementfn from(obj: HtmlSelectElement) -> Element | [src] |
impl From<HtmlSlotElement> for Element[src]
impl From<HtmlSlotElement> for Elementfn from(obj: HtmlSlotElement) -> Element | [src] |
impl From<HtmlSourceElement> for Element[src]
impl From<HtmlSourceElement> for Elementfn from(obj: HtmlSourceElement) -> Element | [src] |
impl From<HtmlSpanElement> for Element[src]
impl From<HtmlSpanElement> for Elementfn from(obj: HtmlSpanElement) -> Element | [src] |
impl From<HtmlStyleElement> for Element[src]
impl From<HtmlStyleElement> for Elementfn from(obj: HtmlStyleElement) -> Element | [src] |
impl From<HtmlTableCaptionElement> for Element[src]
impl From<HtmlTableCaptionElement> for Elementfn from(obj: HtmlTableCaptionElement) -> Element | [src] |
impl From<HtmlTableCellElement> for Element[src]
impl From<HtmlTableCellElement> for Elementfn from(obj: HtmlTableCellElement) -> Element | [src] |
impl From<HtmlTableColElement> for Element[src]
impl From<HtmlTableColElement> for Elementfn from(obj: HtmlTableColElement) -> Element | [src] |
impl From<HtmlTableElement> for Element[src]
impl From<HtmlTableElement> for Elementfn from(obj: HtmlTableElement) -> Element | [src] |
impl From<HtmlTableRowElement> for Element[src]
impl From<HtmlTableRowElement> for Elementfn from(obj: HtmlTableRowElement) -> Element | [src] |
impl From<HtmlTableSectionElement> for Element[src]
impl From<HtmlTableSectionElement> for Elementfn from(obj: HtmlTableSectionElement) -> Element | [src] |
impl From<HtmlTemplateElement> for Element[src]
impl From<HtmlTemplateElement> for Elementfn from(obj: HtmlTemplateElement) -> Element | [src] |
impl From<HtmlTextAreaElement> for Element[src]
impl From<HtmlTextAreaElement> for Elementfn from(obj: HtmlTextAreaElement) -> Element | [src] |
impl From<HtmlTimeElement> for Element[src]
impl From<HtmlTimeElement> for Elementfn from(obj: HtmlTimeElement) -> Element | [src] |
impl From<HtmlTitleElement> for Element[src]
impl From<HtmlTitleElement> for Elementfn from(obj: HtmlTitleElement) -> Element | [src] |
impl From<HtmlTrackElement> for Element[src]
impl From<HtmlTrackElement> for Elementfn from(obj: HtmlTrackElement) -> Element | [src] |
impl From<HtmlUListElement> for Element[src]
impl From<HtmlUListElement> for Elementfn from(obj: HtmlUListElement) -> Element | [src] |
impl From<HtmlUnknownElement> for Element[src]
impl From<HtmlUnknownElement> for Elementfn from(obj: HtmlUnknownElement) -> Element | [src] |
impl From<HtmlVideoElement> for Element[src]
impl From<HtmlVideoElement> for Elementfn from(obj: HtmlVideoElement) -> Element | [src] |
impl From<SvgaElement> for Element[src]
impl From<SvgaElement> for Elementfn from(obj: SvgaElement) -> Element | [src] |
impl From<SvgAnimateElement> for Element[src]
impl From<SvgAnimateElement> for Elementfn from(obj: SvgAnimateElement) -> Element | [src] |
impl From<SvgAnimateMotionElement> for Element[src]
impl From<SvgAnimateMotionElement> for Elementfn from(obj: SvgAnimateMotionElement) -> Element | [src] |
impl From<SvgAnimateTransformElement> for Element[src]
impl From<SvgAnimateTransformElement> for Elementfn from(obj: SvgAnimateTransformElement) -> Element | [src] |
impl From<SvgAnimationElement> for Element[src]
impl From<SvgAnimationElement> for Elementfn from(obj: SvgAnimationElement) -> Element | [src] |
impl From<SvgCircleElement> for Element[src]
impl From<SvgCircleElement> for Elementfn from(obj: SvgCircleElement) -> Element | [src] |
impl From<SvgClipPathElement> for Element[src]
impl From<SvgClipPathElement> for Elementfn from(obj: SvgClipPathElement) -> Element | [src] |
impl From<SvgComponentTransferFunctionElement> for Element[src]
impl From<SvgComponentTransferFunctionElement> for Elementfn from(obj: SvgComponentTransferFunctionElement) -> Element | [src] |
impl From<SvgDefsElement> for Element[src]
impl From<SvgDefsElement> for Elementfn from(obj: SvgDefsElement) -> Element | [src] |
impl From<SvgDescElement> for Element[src]
impl From<SvgDescElement> for Elementfn from(obj: SvgDescElement) -> Element | [src] |
impl From<SvgElement> for Element[src]
impl From<SvgElement> for Elementfn from(obj: SvgElement) -> Element | [src] |
impl From<SvgEllipseElement> for Element[src]
impl From<SvgEllipseElement> for Elementfn from(obj: SvgEllipseElement) -> Element | [src] |
impl From<SvgfeBlendElement> for Element[src]
impl From<SvgfeBlendElement> for Elementfn from(obj: SvgfeBlendElement) -> Element | [src] |
impl From<SvgfeColorMatrixElement> for Element[src]
impl From<SvgfeColorMatrixElement> for Elementfn from(obj: SvgfeColorMatrixElement) -> Element | [src] |
impl From<SvgfeComponentTransferElement> for Element[src]
impl From<SvgfeComponentTransferElement> for Elementfn from(obj: SvgfeComponentTransferElement) -> Element | [src] |
impl From<SvgfeCompositeElement> for Element[src]
impl From<SvgfeCompositeElement> for Elementfn from(obj: SvgfeCompositeElement) -> Element | [src] |
impl From<SvgfeConvolveMatrixElement> for Element[src]
impl From<SvgfeConvolveMatrixElement> for Elementfn from(obj: SvgfeConvolveMatrixElement) -> Element | [src] |
impl From<SvgfeDiffuseLightingElement> for Element[src]
impl From<SvgfeDiffuseLightingElement> for Elementfn from(obj: SvgfeDiffuseLightingElement) -> Element | [src] |
impl From<SvgfeDisplacementMapElement> for Element[src]
impl From<SvgfeDisplacementMapElement> for Elementfn from(obj: SvgfeDisplacementMapElement) -> Element | [src] |
impl From<SvgfeDistantLightElement> for Element[src]
impl From<SvgfeDistantLightElement> for Elementfn from(obj: SvgfeDistantLightElement) -> Element | [src] |
impl From<SvgfeDropShadowElement> for Element[src]
impl From<SvgfeDropShadowElement> for Elementfn from(obj: SvgfeDropShadowElement) -> Element | [src] |
impl From<SvgfeFloodElement> for Element[src]
impl From<SvgfeFloodElement> for Elementfn from(obj: SvgfeFloodElement) -> Element | [src] |
impl From<SvgfeFuncAElement> for Element[src]
impl From<SvgfeFuncAElement> for Elementfn from(obj: SvgfeFuncAElement) -> Element | [src] |
impl From<SvgfeFuncBElement> for Element[src]
impl From<SvgfeFuncBElement> for Elementfn from(obj: SvgfeFuncBElement) -> Element | [src] |
impl From<SvgfeFuncGElement> for Element[src]
impl From<SvgfeFuncGElement> for Elementfn from(obj: SvgfeFuncGElement) -> Element | [src] |
impl From<SvgfeFuncRElement> for Element[src]
impl From<SvgfeFuncRElement> for Elementfn from(obj: SvgfeFuncRElement) -> Element | [src] |
impl From<SvgfeGaussianBlurElement> for Element[src]
impl From<SvgfeGaussianBlurElement> for Elementfn from(obj: SvgfeGaussianBlurElement) -> Element | [src] |
impl From<SvgfeImageElement> for Element[src]
impl From<SvgfeImageElement> for Elementfn from(obj: SvgfeImageElement) -> Element | [src] |
impl From<SvgfeMergeElement> for Element[src]
impl From<SvgfeMergeElement> for Elementfn from(obj: SvgfeMergeElement) -> Element | [src] |
impl From<SvgfeMergeNodeElement> for Element[src]
impl From<SvgfeMergeNodeElement> for Elementfn from(obj: SvgfeMergeNodeElement) -> Element | [src] |
impl From<SvgfeMorphologyElement> for Element[src]
impl From<SvgfeMorphologyElement> for Elementfn from(obj: SvgfeMorphologyElement) -> Element | [src] |
impl From<SvgfeOffsetElement> for Element[src]
impl From<SvgfeOffsetElement> for Elementfn from(obj: SvgfeOffsetElement) -> Element | [src] |
impl From<SvgfePointLightElement> for Element[src]
impl From<SvgfePointLightElement> for Elementfn from(obj: SvgfePointLightElement) -> Element | [src] |
impl From<SvgfeSpecularLightingElement> for Element[src]
impl From<SvgfeSpecularLightingElement> for Elementfn from(obj: SvgfeSpecularLightingElement) -> Element | [src] |
impl From<SvgfeSpotLightElement> for Element[src]
impl From<SvgfeSpotLightElement> for Elementfn from(obj: SvgfeSpotLightElement) -> Element | [src] |
impl From<SvgfeTileElement> for Element[src]
impl From<SvgfeTileElement> for Elementfn from(obj: SvgfeTileElement) -> Element | [src] |
impl From<SvgfeTurbulenceElement> for Element[src]
impl From<SvgfeTurbulenceElement> for Elementfn from(obj: SvgfeTurbulenceElement) -> Element | [src] |
impl From<SvgFilterElement> for Element[src]
impl From<SvgFilterElement> for Elementfn from(obj: SvgFilterElement) -> Element | [src] |
impl From<SvgForeignObjectElement> for Element[src]
impl From<SvgForeignObjectElement> for Elementfn from(obj: SvgForeignObjectElement) -> Element | [src] |
impl From<SvggElement> for Element[src]
impl From<SvggElement> for Elementfn from(obj: SvggElement) -> Element | [src] |
impl From<SvgGeometryElement> for Element[src]
impl From<SvgGeometryElement> for Elementfn from(obj: SvgGeometryElement) -> Element | [src] |
impl From<SvgGradientElement> for Element[src]
impl From<SvgGradientElement> for Elementfn from(obj: SvgGradientElement) -> Element | [src] |
impl From<SvgGraphicsElement> for Element[src]
impl From<SvgGraphicsElement> for Elementfn from(obj: SvgGraphicsElement) -> Element | [src] |
impl From<SvgImageElement> for Element[src]
impl From<SvgImageElement> for Elementfn from(obj: SvgImageElement) -> Element | [src] |
impl From<SvgLineElement> for Element[src]
impl From<SvgLineElement> for Elementfn from(obj: SvgLineElement) -> Element | [src] |
impl From<SvgLinearGradientElement> for Element[src]
impl From<SvgLinearGradientElement> for Elementfn from(obj: SvgLinearGradientElement) -> Element | [src] |
impl From<SvgmPathElement> for Element[src]
impl From<SvgmPathElement> for Elementfn from(obj: SvgmPathElement) -> Element | [src] |
impl From<SvgMarkerElement> for Element[src]
impl From<SvgMarkerElement> for Elementfn from(obj: SvgMarkerElement) -> Element | [src] |
impl From<SvgMaskElement> for Element[src]
impl From<SvgMaskElement> for Elementfn from(obj: SvgMaskElement) -> Element | [src] |
impl From<SvgMetadataElement> for Element[src]
impl From<SvgMetadataElement> for Elementfn from(obj: SvgMetadataElement) -> Element | [src] |
impl From<SvgPathElement> for Element[src]
impl From<SvgPathElement> for Elementfn from(obj: SvgPathElement) -> Element | [src] |
impl From<SvgPatternElement> for Element[src]
impl From<SvgPatternElement> for Elementfn from(obj: SvgPatternElement) -> Element | [src] |
impl From<SvgPolygonElement> for Element[src]
impl From<SvgPolygonElement> for Elementfn from(obj: SvgPolygonElement) -> Element | [src] |
impl From<SvgPolylineElement> for Element[src]
impl From<SvgPolylineElement> for Elementfn from(obj: SvgPolylineElement) -> Element | [src] |
impl From<SvgRadialGradientElement> for Element[src]
impl From<SvgRadialGradientElement> for Elementfn from(obj: SvgRadialGradientElement) -> Element | [src] |
impl From<SvgRectElement> for Element[src]
impl From<SvgRectElement> for Elementfn from(obj: SvgRectElement) -> Element | [src] |
impl From<SvgsvgElement> for Element[src]
impl From<SvgsvgElement> for Elementfn from(obj: SvgsvgElement) -> Element | [src] |
impl From<SvgScriptElement> for Element[src]
impl From<SvgScriptElement> for Elementfn from(obj: SvgScriptElement) -> Element | [src] |
impl From<SvgSetElement> for Element[src]
impl From<SvgSetElement> for Elementfn from(obj: SvgSetElement) -> Element | [src] |
impl From<SvgStopElement> for Element[src]
impl From<SvgStopElement> for Elementfn from(obj: SvgStopElement) -> Element | [src] |
impl From<SvgStyleElement> for Element[src]
impl From<SvgStyleElement> for Elementfn from(obj: SvgStyleElement) -> Element | [src] |
impl From<SvgSwitchElement> for Element[src]
impl From<SvgSwitchElement> for Elementfn from(obj: SvgSwitchElement) -> Element | [src] |
impl From<SvgSymbolElement> for Element[src]
impl From<SvgSymbolElement> for Elementfn from(obj: SvgSymbolElement) -> Element | [src] |
impl From<SvgtSpanElement> for Element[src]
impl From<SvgtSpanElement> for Elementfn from(obj: SvgtSpanElement) -> Element | [src] |
impl From<SvgTextContentElement> for Element[src]
impl From<SvgTextContentElement> for Elementfn from(obj: SvgTextContentElement) -> Element | [src] |
impl From<SvgTextElement> for Element[src]
impl From<SvgTextElement> for Elementfn from(obj: SvgTextElement) -> Element | [src] |
impl From<SvgTextPathElement> for Element[src]
impl From<SvgTextPathElement> for Elementfn from(obj: SvgTextPathElement) -> Element | [src] |
impl From<SvgTextPositioningElement> for Element[src]
impl From<SvgTextPositioningElement> for Elementfn from(obj: SvgTextPositioningElement) -> Element | [src] |
impl From<SvgTitleElement> for Element[src]
impl From<SvgTitleElement> for Elementfn from(obj: SvgTitleElement) -> Element | [src] |
impl From<SvgUseElement> for Element[src]
impl From<SvgUseElement> for Elementfn from(obj: SvgUseElement) -> Element | [src] |
impl From<SvgViewElement> for Element[src]
impl From<SvgViewElement> for Elementfn from(obj: SvgViewElement) -> Element | [src] |
impl AsRef<JsValue> for Element[src]
impl AsRef<JsValue> for Elementimpl AsRef<Node> for Element[src]
impl AsRef<Node> for Elementimpl AsRef<EventTarget> for Element[src]
impl AsRef<EventTarget> for Elementfn as_ref(&self) -> &EventTarget | [src] |
impl AsRef<Object> for Element[src]
impl AsRef<Object> for Elementimpl AsRef<Element> for HtmlAnchorElement[src]
impl AsRef<Element> for HtmlAnchorElementimpl AsRef<Element> for HtmlAreaElement[src]
impl AsRef<Element> for HtmlAreaElementimpl AsRef<Element> for HtmlAudioElement[src]
impl AsRef<Element> for HtmlAudioElementimpl AsRef<Element> for HtmlBrElement[src]
impl AsRef<Element> for HtmlBrElementimpl AsRef<Element> for HtmlBaseElement[src]
impl AsRef<Element> for HtmlBaseElementimpl AsRef<Element> for HtmlBodyElement[src]
impl AsRef<Element> for HtmlBodyElementimpl AsRef<Element> for HtmlButtonElement[src]
impl AsRef<Element> for HtmlButtonElementimpl AsRef<Element> for HtmlCanvasElement[src]
impl AsRef<Element> for HtmlCanvasElementimpl AsRef<Element> for HtmlDListElement[src]
impl AsRef<Element> for HtmlDListElementimpl AsRef<Element> for HtmlDataElement[src]
impl AsRef<Element> for HtmlDataElementimpl AsRef<Element> for HtmlDataListElement[src]
impl AsRef<Element> for HtmlDataListElementimpl AsRef<Element> for HtmlDetailsElement[src]
impl AsRef<Element> for HtmlDetailsElementimpl AsRef<Element> for HtmlDialogElement[src]
impl AsRef<Element> for HtmlDialogElementimpl AsRef<Element> for HtmlDirectoryElement[src]
impl AsRef<Element> for HtmlDirectoryElementimpl AsRef<Element> for HtmlDivElement[src]
impl AsRef<Element> for HtmlDivElementimpl AsRef<Element> for HtmlElement[src]
impl AsRef<Element> for HtmlElementimpl AsRef<Element> for HtmlEmbedElement[src]
impl AsRef<Element> for HtmlEmbedElementimpl AsRef<Element> for HtmlFieldSetElement[src]
impl AsRef<Element> for HtmlFieldSetElementimpl AsRef<Element> for HtmlFontElement[src]
impl AsRef<Element> for HtmlFontElementimpl AsRef<Element> for HtmlFormElement[src]
impl AsRef<Element> for HtmlFormElementimpl AsRef<Element> for HtmlFrameElement[src]
impl AsRef<Element> for HtmlFrameElementimpl AsRef<Element> for HtmlFrameSetElement[src]
impl AsRef<Element> for HtmlFrameSetElementimpl AsRef<Element> for HtmlHrElement[src]
impl AsRef<Element> for HtmlHrElementimpl AsRef<Element> for HtmlHeadElement[src]
impl AsRef<Element> for HtmlHeadElementimpl AsRef<Element> for HtmlHeadingElement[src]
impl AsRef<Element> for HtmlHeadingElementimpl AsRef<Element> for HtmlHtmlElement[src]
impl AsRef<Element> for HtmlHtmlElementimpl AsRef<Element> for HtmlIFrameElement[src]
impl AsRef<Element> for HtmlIFrameElementimpl AsRef<Element> for HtmlImageElement[src]
impl AsRef<Element> for HtmlImageElementimpl AsRef<Element> for HtmlInputElement[src]
impl AsRef<Element> for HtmlInputElementimpl AsRef<Element> for HtmlLiElement[src]
impl AsRef<Element> for HtmlLiElementimpl AsRef<Element> for HtmlLabelElement[src]
impl AsRef<Element> for HtmlLabelElementimpl AsRef<Element> for HtmlLegendElement[src]
impl AsRef<Element> for HtmlLegendElementimpl AsRef<Element> for HtmlLinkElement[src]
impl AsRef<Element> for HtmlLinkElementimpl AsRef<Element> for HtmlMapElement[src]
impl AsRef<Element> for HtmlMapElementimpl AsRef<Element> for HtmlMediaElement[src]
impl AsRef<Element> for HtmlMediaElementimpl AsRef<Element> for HtmlMenuElement[src]
impl AsRef<Element> for HtmlMenuElementimpl AsRef<Element> for HtmlMenuItemElement[src]
impl AsRef<Element> for HtmlMenuItemElementimpl AsRef<Element> for HtmlMetaElement[src]
impl AsRef<Element> for HtmlMetaElementimpl AsRef<Element> for HtmlMeterElement[src]
impl AsRef<Element> for HtmlMeterElementimpl AsRef<Element> for HtmlModElement[src]
impl AsRef<Element> for HtmlModElementimpl AsRef<Element> for HtmlOListElement[src]
impl AsRef<Element> for HtmlOListElementimpl AsRef<Element> for HtmlObjectElement[src]
impl AsRef<Element> for HtmlObjectElementimpl AsRef<Element> for HtmlOptGroupElement[src]
impl AsRef<Element> for HtmlOptGroupElementimpl AsRef<Element> for HtmlOptionElement[src]
impl AsRef<Element> for HtmlOptionElementimpl AsRef<Element> for HtmlOutputElement[src]
impl AsRef<Element> for HtmlOutputElementimpl AsRef<Element> for HtmlParagraphElement[src]
impl AsRef<Element> for HtmlParagraphElementimpl AsRef<Element> for HtmlParamElement[src]
impl AsRef<Element> for HtmlParamElementimpl AsRef<Element> for HtmlPictureElement[src]
impl AsRef<Element> for HtmlPictureElementimpl AsRef<Element> for HtmlPreElement[src]
impl AsRef<Element> for HtmlPreElementimpl AsRef<Element> for HtmlProgressElement[src]
impl AsRef<Element> for HtmlProgressElementimpl AsRef<Element> for HtmlQuoteElement[src]
impl AsRef<Element> for HtmlQuoteElementimpl AsRef<Element> for HtmlScriptElement[src]
impl AsRef<Element> for HtmlScriptElementimpl AsRef<Element> for HtmlSelectElement[src]
impl AsRef<Element> for HtmlSelectElementimpl AsRef<Element> for HtmlSlotElement[src]
impl AsRef<Element> for HtmlSlotElementimpl AsRef<Element> for HtmlSourceElement[src]
impl AsRef<Element> for HtmlSourceElementimpl AsRef<Element> for HtmlSpanElement[src]
impl AsRef<Element> for HtmlSpanElementimpl AsRef<Element> for HtmlStyleElement[src]
impl AsRef<Element> for HtmlStyleElementimpl AsRef<Element> for HtmlTableCaptionElement[src]
impl AsRef<Element> for HtmlTableCaptionElementimpl AsRef<Element> for HtmlTableCellElement[src]
impl AsRef<Element> for HtmlTableCellElementimpl AsRef<Element> for HtmlTableColElement[src]
impl AsRef<Element> for HtmlTableColElementimpl AsRef<Element> for HtmlTableElement[src]
impl AsRef<Element> for HtmlTableElementimpl AsRef<Element> for HtmlTableRowElement[src]
impl AsRef<Element> for HtmlTableRowElementimpl AsRef<Element> for HtmlTableSectionElement[src]
impl AsRef<Element> for HtmlTableSectionElementimpl AsRef<Element> for HtmlTemplateElement[src]
impl AsRef<Element> for HtmlTemplateElementimpl AsRef<Element> for HtmlTextAreaElement[src]
impl AsRef<Element> for HtmlTextAreaElementimpl AsRef<Element> for HtmlTimeElement[src]
impl AsRef<Element> for HtmlTimeElementimpl AsRef<Element> for HtmlTitleElement[src]
impl AsRef<Element> for HtmlTitleElementimpl AsRef<Element> for HtmlTrackElement[src]
impl AsRef<Element> for HtmlTrackElementimpl AsRef<Element> for HtmlUListElement[src]
impl AsRef<Element> for HtmlUListElementimpl AsRef<Element> for HtmlUnknownElement[src]
impl AsRef<Element> for HtmlUnknownElementimpl AsRef<Element> for HtmlVideoElement[src]
impl AsRef<Element> for HtmlVideoElementimpl AsRef<Element> for SvgaElement[src]
impl AsRef<Element> for SvgaElementimpl AsRef<Element> for SvgAnimateElement[src]
impl AsRef<Element> for SvgAnimateElementimpl AsRef<Element> for SvgAnimateMotionElement[src]
impl AsRef<Element> for SvgAnimateMotionElementimpl AsRef<Element> for SvgAnimateTransformElement[src]
impl AsRef<Element> for SvgAnimateTransformElementimpl AsRef<Element> for SvgAnimationElement[src]
impl AsRef<Element> for SvgAnimationElementimpl AsRef<Element> for SvgCircleElement[src]
impl AsRef<Element> for SvgCircleElementimpl AsRef<Element> for SvgClipPathElement[src]
impl AsRef<Element> for SvgClipPathElementimpl AsRef<Element> for SvgComponentTransferFunctionElement[src]
impl AsRef<Element> for SvgComponentTransferFunctionElementimpl AsRef<Element> for SvgDefsElement[src]
impl AsRef<Element> for SvgDefsElementimpl AsRef<Element> for SvgDescElement[src]
impl AsRef<Element> for SvgDescElementimpl AsRef<Element> for SvgElement[src]
impl AsRef<Element> for SvgElementimpl AsRef<Element> for SvgEllipseElement[src]
impl AsRef<Element> for SvgEllipseElementimpl AsRef<Element> for SvgfeBlendElement[src]
impl AsRef<Element> for SvgfeBlendElementimpl AsRef<Element> for SvgfeColorMatrixElement[src]
impl AsRef<Element> for SvgfeColorMatrixElementimpl AsRef<Element> for SvgfeComponentTransferElement[src]
impl AsRef<Element> for SvgfeComponentTransferElementimpl AsRef<Element> for SvgfeCompositeElement[src]
impl AsRef<Element> for SvgfeCompositeElementimpl AsRef<Element> for SvgfeConvolveMatrixElement[src]
impl AsRef<Element> for SvgfeConvolveMatrixElementimpl AsRef<Element> for SvgfeDiffuseLightingElement[src]
impl AsRef<Element> for SvgfeDiffuseLightingElementimpl AsRef<Element> for SvgfeDisplacementMapElement[src]
impl AsRef<Element> for SvgfeDisplacementMapElementimpl AsRef<Element> for SvgfeDistantLightElement[src]
impl AsRef<Element> for SvgfeDistantLightElementimpl AsRef<Element> for SvgfeDropShadowElement[src]
impl AsRef<Element> for SvgfeDropShadowElementimpl AsRef<Element> for SvgfeFloodElement[src]
impl AsRef<Element> for SvgfeFloodElementimpl AsRef<Element> for SvgfeFuncAElement[src]
impl AsRef<Element> for SvgfeFuncAElementimpl AsRef<Element> for SvgfeFuncBElement[src]
impl AsRef<Element> for SvgfeFuncBElementimpl AsRef<Element> for SvgfeFuncGElement[src]
impl AsRef<Element> for SvgfeFuncGElementimpl AsRef<Element> for SvgfeFuncRElement[src]
impl AsRef<Element> for SvgfeFuncRElementimpl AsRef<Element> for SvgfeGaussianBlurElement[src]
impl AsRef<Element> for SvgfeGaussianBlurElementimpl AsRef<Element> for SvgfeImageElement[src]
impl AsRef<Element> for SvgfeImageElementimpl AsRef<Element> for SvgfeMergeElement[src]
impl AsRef<Element> for SvgfeMergeElementimpl AsRef<Element> for SvgfeMergeNodeElement[src]
impl AsRef<Element> for SvgfeMergeNodeElementimpl AsRef<Element> for SvgfeMorphologyElement[src]
impl AsRef<Element> for SvgfeMorphologyElementimpl AsRef<Element> for SvgfeOffsetElement[src]
impl AsRef<Element> for SvgfeOffsetElementimpl AsRef<Element> for SvgfePointLightElement[src]
impl AsRef<Element> for SvgfePointLightElementimpl AsRef<Element> for SvgfeSpecularLightingElement[src]
impl AsRef<Element> for SvgfeSpecularLightingElementimpl AsRef<Element> for SvgfeSpotLightElement[src]
impl AsRef<Element> for SvgfeSpotLightElementimpl AsRef<Element> for SvgfeTileElement[src]
impl AsRef<Element> for SvgfeTileElementimpl AsRef<Element> for SvgfeTurbulenceElement[src]
impl AsRef<Element> for SvgfeTurbulenceElementimpl AsRef<Element> for SvgFilterElement[src]
impl AsRef<Element> for SvgFilterElementimpl AsRef<Element> for SvgForeignObjectElement[src]
impl AsRef<Element> for SvgForeignObjectElementimpl AsRef<Element> for SvggElement[src]
impl AsRef<Element> for SvggElementimpl AsRef<Element> for SvgGeometryElement[src]
impl AsRef<Element> for SvgGeometryElementimpl AsRef<Element> for SvgGradientElement[src]
impl AsRef<Element> for SvgGradientElementimpl AsRef<Element> for SvgGraphicsElement[src]
impl AsRef<Element> for SvgGraphicsElementimpl AsRef<Element> for SvgImageElement[src]
impl AsRef<Element> for SvgImageElementimpl AsRef<Element> for SvgLineElement[src]
impl AsRef<Element> for SvgLineElementimpl AsRef<Element> for SvgLinearGradientElement[src]
impl AsRef<Element> for SvgLinearGradientElementimpl AsRef<Element> for SvgmPathElement[src]
impl AsRef<Element> for SvgmPathElementimpl AsRef<Element> for SvgMarkerElement[src]
impl AsRef<Element> for SvgMarkerElementimpl AsRef<Element> for SvgMaskElement[src]
impl AsRef<Element> for SvgMaskElementimpl AsRef<Element> for SvgMetadataElement[src]
impl AsRef<Element> for SvgMetadataElementimpl AsRef<Element> for SvgPathElement[src]
impl AsRef<Element> for SvgPathElementimpl AsRef<Element> for SvgPatternElement[src]
impl AsRef<Element> for SvgPatternElementimpl AsRef<Element> for SvgPolygonElement[src]
impl AsRef<Element> for SvgPolygonElementimpl AsRef<Element> for SvgPolylineElement[src]
impl AsRef<Element> for SvgPolylineElementimpl AsRef<Element> for SvgRadialGradientElement[src]
impl AsRef<Element> for SvgRadialGradientElementimpl AsRef<Element> for SvgRectElement[src]
impl AsRef<Element> for SvgRectElementimpl AsRef<Element> for SvgsvgElement[src]
impl AsRef<Element> for SvgsvgElementimpl AsRef<Element> for SvgScriptElement[src]
impl AsRef<Element> for SvgScriptElementimpl AsRef<Element> for SvgSetElement[src]
impl AsRef<Element> for SvgSetElementimpl AsRef<Element> for SvgStopElement[src]
impl AsRef<Element> for SvgStopElementimpl AsRef<Element> for SvgStyleElement[src]
impl AsRef<Element> for SvgStyleElementimpl AsRef<Element> for SvgSwitchElement[src]
impl AsRef<Element> for SvgSwitchElementimpl AsRef<Element> for SvgSymbolElement[src]
impl AsRef<Element> for SvgSymbolElementimpl AsRef<Element> for SvgtSpanElement[src]
impl AsRef<Element> for SvgtSpanElementimpl AsRef<Element> for SvgTextContentElement[src]
impl AsRef<Element> for SvgTextContentElementimpl AsRef<Element> for SvgTextElement[src]
impl AsRef<Element> for SvgTextElementimpl AsRef<Element> for SvgTextPathElement[src]
impl AsRef<Element> for SvgTextPathElementimpl AsRef<Element> for SvgTextPositioningElement[src]
impl AsRef<Element> for SvgTextPositioningElementimpl AsRef<Element> for SvgTitleElement[src]
impl AsRef<Element> for SvgTitleElementimpl AsRef<Element> for SvgUseElement[src]
impl AsRef<Element> for SvgUseElementimpl AsRef<Element> for SvgViewElement[src]
impl AsRef<Element> for SvgViewElementimpl Clone for Element[src]
impl Clone for Elementfn clone(&self) -> Element | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl Debug for Element[src]
impl Debug for Elementimpl Deref for Element[src]
impl Deref for Elementimpl FromWasmAbi for Element[src]
impl FromWasmAbi for Elementtype Abi = <JsValue as FromWasmAbi>::Abi
The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more
unsafe fn from_abi(js: Self::Abi, extra: &mut dyn Stack) -> Self | [src] |
impl IntoWasmAbi for Element[src]
impl IntoWasmAbi for Elementtype Abi = <JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi | [src] |
impl<'a> IntoWasmAbi for &'a Element[src]
impl<'a> IntoWasmAbi for &'a Elementtype Abi = <&'a JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi | [src] |
impl WasmDescribe for Element[src]
impl WasmDescribe for Elementimpl OptionIntoWasmAbi for Element[src]
impl OptionIntoWasmAbi for Elementimpl<'a> OptionIntoWasmAbi for &'a Element[src]
impl<'a> OptionIntoWasmAbi for &'a Elementimpl OptionFromWasmAbi for Element[src]
impl OptionFromWasmAbi for Elementimpl RefFromWasmAbi for Element[src]
impl RefFromWasmAbi for Elementtype Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
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, extra: &mut dyn Stack) -> Self::Anchor | [src] |
impl JsCast for Element[src]
impl JsCast for Elementfn instanceof(val: &JsValue) -> bool | [src] |
fn unchecked_from_js(val: JsValue) -> Self | [src] |
fn unchecked_from_js_ref(val: &JsValue) -> &Self | [src] |
fn is_instance_of<T>(&self) -> bool where | [src] |
Test whether this JS value is an instance of the type T. Read more
fn dyn_into<T>(self) -> Result<T, Self> where | [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 | [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 | [src] |
Performs a zero-cost unchecked cast into the specified type. Read more
fn unchecked_ref<T>(&self) -> &T where | [src] |
Performs a zero-cost unchecked cast into a reference to the specified type. Read more
Auto Trait Implementations
Blanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, [src]
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi | [src] |