Struct web_sys::HtmlObjectElement [−][src]
#[repr(transparent)]pub struct HtmlObjectElement { /* fields omitted */ }
The HtmlObjectElement class.
This API requires the following crate features to be activated: HtmlObjectElement
Implementations
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn type_must_match(&self) -> bool[src]
pub fn type_must_match(&self) -> bool[src]Getter for the typeMustMatch field of this object.
This API requires the following crate features to be activated: HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn set_type_must_match(&self, value: bool)[src]
pub fn set_type_must_match(&self, value: bool)[src]Setter for the typeMustMatch field of this object.
This API requires the following crate features to be activated: HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn set_use_map(&self, value: &str)[src]
pub fn set_use_map(&self, value: &str)[src]Setter for the useMap field of this object.
This API requires the following crate features to be activated: HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn form(&self) -> Option<HtmlFormElement>[src]
pub fn form(&self) -> Option<HtmlFormElement>[src]Getter for the form field of this object.
This API requires the following crate features to be activated: HtmlFormElement, HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn set_height(&self, value: &str)[src]
pub fn set_height(&self, value: &str)[src]Setter for the height field of this object.
This API requires the following crate features to be activated: HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn content_document(&self) -> Option<Document>[src]
pub fn content_document(&self) -> Option<Document>[src]Getter for the contentDocument field of this object.
This API requires the following crate features to be activated: Document, HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn content_window(&self) -> Option<Window>[src]
pub fn content_window(&self) -> Option<Window>[src]Getter for the contentWindow field of this object.
This API requires the following crate features to be activated: HtmlObjectElement, Window
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn will_validate(&self) -> bool[src]
pub fn will_validate(&self) -> bool[src]Getter for the willValidate field of this object.
This API requires the following crate features to be activated: HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn validity(&self) -> ValidityState[src]
pub fn validity(&self) -> ValidityState[src]Getter for the validity field of this object.
This API requires the following crate features to be activated: HtmlObjectElement, ValidityState
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn validation_message(&self) -> Result<String, JsValue>[src]
pub fn validation_message(&self) -> Result<String, JsValue>[src]Getter for the validationMessage field of this object.
This API requires the following crate features to be activated: HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn set_archive(&self, value: &str)[src]
pub fn set_archive(&self, value: &str)[src]Setter for the archive field of this object.
This API requires the following crate features to be activated: HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn set_declare(&self, value: bool)[src]
pub fn set_declare(&self, value: bool)[src]Setter for the declare field of this object.
This API requires the following crate features to be activated: HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn set_hspace(&self, value: u32)[src]
pub fn set_hspace(&self, value: u32)[src]Setter for the hspace field of this object.
This API requires the following crate features to be activated: HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn set_standby(&self, value: &str)[src]
pub fn set_standby(&self, value: &str)[src]Setter for the standby field of this object.
This API requires the following crate features to be activated: HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn set_vspace(&self, value: u32)[src]
pub fn set_vspace(&self, value: u32)[src]Setter for the vspace field of this object.
This API requires the following crate features to be activated: HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn set_code_base(&self, value: &str)[src]
pub fn set_code_base(&self, value: &str)[src]Setter for the codeBase field of this object.
This API requires the following crate features to be activated: HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn set_code_type(&self, value: &str)[src]
pub fn set_code_type(&self, value: &str)[src]Setter for the codeType field of this object.
This API requires the following crate features to be activated: HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn set_border(&self, value: &str)[src]
pub fn set_border(&self, value: &str)[src]Setter for the border field of this object.
This API requires the following crate features to be activated: HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn check_validity(&self) -> bool[src]
pub fn check_validity(&self) -> bool[src]The checkValidity() method.
This API requires the following crate features to be activated: HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn get_svg_document(&self) -> Option<Document>[src]
pub fn get_svg_document(&self) -> Option<Document>[src]The getSVGDocument() method.
This API requires the following crate features to be activated: Document, HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn report_validity(&self) -> bool[src]
pub fn report_validity(&self) -> bool[src]The reportValidity() method.
This API requires the following crate features to be activated: HtmlObjectElement
impl HtmlObjectElement[src]
impl HtmlObjectElement[src]pub fn set_custom_validity(&self, error: &str)[src]
pub fn set_custom_validity(&self, error: &str)[src]The setCustomValidity() method.
This API requires the following crate features to be activated: HtmlObjectElement
Methods from Deref<Target = HtmlElement>
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: HtmlElement
pub fn set_scroll_height(&self, value: i32)[src]
pub fn set_scroll_height(&self, value: i32)[src]Setter for the scrollHeight field of this object.
This API requires the following crate features to be activated: HtmlElement
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: HtmlElement
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: HtmlElement
pub fn dataset(&self) -> DomStringMap[src]
pub fn dataset(&self) -> DomStringMap[src]Getter for the dataset field of this object.
This API requires the following crate features to be activated: DomStringMap, HtmlElement
pub fn inner_text(&self) -> String[src]
pub fn inner_text(&self) -> String[src]Getter for the innerText field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_inner_text(&self, value: &str)[src]
pub fn set_inner_text(&self, value: &str)[src]Setter for the innerText field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_hidden(&self, value: bool)[src]
pub fn set_hidden(&self, value: bool)[src]Setter for the hidden field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_tab_index(&self, value: i32)[src]
pub fn set_tab_index(&self, value: i32)[src]Setter for the tabIndex field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn access_key(&self) -> String[src]
pub fn access_key(&self) -> String[src]Getter for the accessKey field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_access_key(&self, value: &str)[src]
pub fn set_access_key(&self, value: &str)[src]Setter for the accessKey field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn access_key_label(&self) -> String[src]
pub fn access_key_label(&self) -> String[src]Getter for the accessKeyLabel field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_draggable(&self, value: bool)[src]
pub fn set_draggable(&self, value: bool)[src]Setter for the draggable field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn content_editable(&self) -> String[src]
pub fn content_editable(&self) -> String[src]Getter for the contentEditable field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_content_editable(&self, value: &str)[src]
pub fn set_content_editable(&self, value: &str)[src]Setter for the contentEditable field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn is_content_editable(&self) -> bool[src]
pub fn is_content_editable(&self) -> bool[src]Getter for the isContentEditable field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn spellcheck(&self) -> bool[src]
pub fn spellcheck(&self) -> bool[src]Getter for the spellcheck field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_spellcheck(&self, value: bool)[src]
pub fn set_spellcheck(&self, value: bool)[src]Setter for the spellcheck field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn style(&self) -> CssStyleDeclaration[src]
pub fn style(&self) -> CssStyleDeclaration[src]Getter for the style field of this object.
This API requires the following crate features to be activated: CssStyleDeclaration, HtmlElement
pub fn offset_parent(&self) -> Option<Element>[src]
pub fn offset_parent(&self) -> Option<Element>[src]Getter for the offsetParent field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn offset_top(&self) -> i32[src]
pub fn offset_top(&self) -> i32[src]Getter for the offsetTop field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn offset_left(&self) -> i32[src]
pub fn offset_left(&self) -> i32[src]Getter for the offsetLeft field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn offset_width(&self) -> i32[src]
pub fn offset_width(&self) -> i32[src]Getter for the offsetWidth field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn offset_height(&self) -> i32[src]
pub fn offset_height(&self) -> i32[src]Getter for the offsetHeight field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_oncopy(&self, value: Option<&Function>)[src]
pub fn set_oncopy(&self, value: Option<&Function>)[src]Setter for the oncopy field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onpaste(&self, value: Option<&Function>)[src]
pub fn set_onpaste(&self, value: Option<&Function>)[src]Setter for the onpaste field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onabort(&self, value: Option<&Function>)[src]
pub fn set_onabort(&self, value: Option<&Function>)[src]Setter for the onabort field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onblur(&self, value: Option<&Function>)[src]
pub fn set_onblur(&self, value: Option<&Function>)[src]Setter for the onblur field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onfocus(&self, value: Option<&Function>)[src]
pub fn set_onfocus(&self, value: Option<&Function>)[src]Setter for the onfocus field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onauxclick(&self) -> Option<Function>[src]
pub fn onauxclick(&self) -> Option<Function>[src]Getter for the onauxclick field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onauxclick(&self, value: Option<&Function>)[src]
pub fn set_onauxclick(&self, value: Option<&Function>)[src]Setter for the onauxclick field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_oncanplay(&self, value: Option<&Function>)[src]
pub fn set_oncanplay(&self, value: Option<&Function>)[src]Setter for the oncanplay field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn oncanplaythrough(&self) -> Option<Function>[src]
pub fn oncanplaythrough(&self) -> Option<Function>[src]Getter for the oncanplaythrough field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_oncanplaythrough(&self, value: Option<&Function>)[src]
pub fn set_oncanplaythrough(&self, value: Option<&Function>)[src]Setter for the oncanplaythrough field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onchange(&self, value: Option<&Function>)[src]
pub fn set_onchange(&self, value: Option<&Function>)[src]Setter for the onchange field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onclick(&self, value: Option<&Function>)[src]
pub fn set_onclick(&self, value: Option<&Function>)[src]Setter for the onclick field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onclose(&self, value: Option<&Function>)[src]
pub fn set_onclose(&self, value: Option<&Function>)[src]Setter for the onclose field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn oncontextmenu(&self) -> Option<Function>[src]
pub fn oncontextmenu(&self) -> Option<Function>[src]Getter for the oncontextmenu field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_oncontextmenu(&self, value: Option<&Function>)[src]
pub fn set_oncontextmenu(&self, value: Option<&Function>)[src]Setter for the oncontextmenu field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn ondblclick(&self) -> Option<Function>[src]
pub fn ondblclick(&self) -> Option<Function>[src]Getter for the ondblclick field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ondblclick(&self, value: Option<&Function>)[src]
pub fn set_ondblclick(&self, value: Option<&Function>)[src]Setter for the ondblclick field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ondrag(&self, value: Option<&Function>)[src]
pub fn set_ondrag(&self, value: Option<&Function>)[src]Setter for the ondrag field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ondragend(&self, value: Option<&Function>)[src]
pub fn set_ondragend(&self, value: Option<&Function>)[src]Setter for the ondragend field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn ondragenter(&self) -> Option<Function>[src]
pub fn ondragenter(&self) -> Option<Function>[src]Getter for the ondragenter field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ondragenter(&self, value: Option<&Function>)[src]
pub fn set_ondragenter(&self, value: Option<&Function>)[src]Setter for the ondragenter field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn ondragexit(&self) -> Option<Function>[src]
pub fn ondragexit(&self) -> Option<Function>[src]Getter for the ondragexit field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ondragexit(&self, value: Option<&Function>)[src]
pub fn set_ondragexit(&self, value: Option<&Function>)[src]Setter for the ondragexit field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn ondragleave(&self) -> Option<Function>[src]
pub fn ondragleave(&self) -> Option<Function>[src]Getter for the ondragleave field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ondragleave(&self, value: Option<&Function>)[src]
pub fn set_ondragleave(&self, value: Option<&Function>)[src]Setter for the ondragleave field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn ondragover(&self) -> Option<Function>[src]
pub fn ondragover(&self) -> Option<Function>[src]Getter for the ondragover field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ondragover(&self, value: Option<&Function>)[src]
pub fn set_ondragover(&self, value: Option<&Function>)[src]Setter for the ondragover field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn ondragstart(&self) -> Option<Function>[src]
pub fn ondragstart(&self) -> Option<Function>[src]Getter for the ondragstart field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ondragstart(&self, value: Option<&Function>)[src]
pub fn set_ondragstart(&self, value: Option<&Function>)[src]Setter for the ondragstart field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ondrop(&self, value: Option<&Function>)[src]
pub fn set_ondrop(&self, value: Option<&Function>)[src]Setter for the ondrop field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn ondurationchange(&self) -> Option<Function>[src]
pub fn ondurationchange(&self) -> Option<Function>[src]Getter for the ondurationchange field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ondurationchange(&self, value: Option<&Function>)[src]
pub fn set_ondurationchange(&self, value: Option<&Function>)[src]Setter for the ondurationchange field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onemptied(&self, value: Option<&Function>)[src]
pub fn set_onemptied(&self, value: Option<&Function>)[src]Setter for the onemptied field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onended(&self, value: Option<&Function>)[src]
pub fn set_onended(&self, value: Option<&Function>)[src]Setter for the onended field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_oninput(&self, value: Option<&Function>)[src]
pub fn set_oninput(&self, value: Option<&Function>)[src]Setter for the oninput field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_oninvalid(&self, value: Option<&Function>)[src]
pub fn set_oninvalid(&self, value: Option<&Function>)[src]Setter for the oninvalid field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onkeydown(&self, value: Option<&Function>)[src]
pub fn set_onkeydown(&self, value: Option<&Function>)[src]Setter for the onkeydown field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onkeypress(&self) -> Option<Function>[src]
pub fn onkeypress(&self) -> Option<Function>[src]Getter for the onkeypress field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onkeypress(&self, value: Option<&Function>)[src]
pub fn set_onkeypress(&self, value: Option<&Function>)[src]Setter for the onkeypress field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onkeyup(&self, value: Option<&Function>)[src]
pub fn set_onkeyup(&self, value: Option<&Function>)[src]Setter for the onkeyup field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onload(&self, value: Option<&Function>)[src]
pub fn set_onload(&self, value: Option<&Function>)[src]Setter for the onload field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onloadeddata(&self) -> Option<Function>[src]
pub fn onloadeddata(&self) -> Option<Function>[src]Getter for the onloadeddata field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onloadeddata(&self, value: Option<&Function>)[src]
pub fn set_onloadeddata(&self, value: Option<&Function>)[src]Setter for the onloadeddata field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onloadedmetadata(&self) -> Option<Function>[src]
pub fn onloadedmetadata(&self) -> Option<Function>[src]Getter for the onloadedmetadata field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onloadedmetadata(&self, value: Option<&Function>)[src]
pub fn set_onloadedmetadata(&self, value: Option<&Function>)[src]Setter for the onloadedmetadata field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onloadend(&self, value: Option<&Function>)[src]
pub fn set_onloadend(&self, value: Option<&Function>)[src]Setter for the onloadend field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onloadstart(&self) -> Option<Function>[src]
pub fn onloadstart(&self) -> Option<Function>[src]Getter for the onloadstart field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onloadstart(&self, value: Option<&Function>)[src]
pub fn set_onloadstart(&self, value: Option<&Function>)[src]Setter for the onloadstart field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onmousedown(&self) -> Option<Function>[src]
pub fn onmousedown(&self) -> Option<Function>[src]Getter for the onmousedown field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onmousedown(&self, value: Option<&Function>)[src]
pub fn set_onmousedown(&self, value: Option<&Function>)[src]Setter for the onmousedown field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onmouseenter(&self) -> Option<Function>[src]
pub fn onmouseenter(&self) -> Option<Function>[src]Getter for the onmouseenter field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onmouseenter(&self, value: Option<&Function>)[src]
pub fn set_onmouseenter(&self, value: Option<&Function>)[src]Setter for the onmouseenter field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onmouseleave(&self) -> Option<Function>[src]
pub fn onmouseleave(&self) -> Option<Function>[src]Getter for the onmouseleave field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onmouseleave(&self, value: Option<&Function>)[src]
pub fn set_onmouseleave(&self, value: Option<&Function>)[src]Setter for the onmouseleave field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onmousemove(&self) -> Option<Function>[src]
pub fn onmousemove(&self) -> Option<Function>[src]Getter for the onmousemove field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onmousemove(&self, value: Option<&Function>)[src]
pub fn set_onmousemove(&self, value: Option<&Function>)[src]Setter for the onmousemove field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onmouseout(&self) -> Option<Function>[src]
pub fn onmouseout(&self) -> Option<Function>[src]Getter for the onmouseout field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onmouseout(&self, value: Option<&Function>)[src]
pub fn set_onmouseout(&self, value: Option<&Function>)[src]Setter for the onmouseout field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onmouseover(&self) -> Option<Function>[src]
pub fn onmouseover(&self) -> Option<Function>[src]Getter for the onmouseover field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onmouseover(&self, value: Option<&Function>)[src]
pub fn set_onmouseover(&self, value: Option<&Function>)[src]Setter for the onmouseover field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onmouseup(&self, value: Option<&Function>)[src]
pub fn set_onmouseup(&self, value: Option<&Function>)[src]Setter for the onmouseup field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onwheel(&self, value: Option<&Function>)[src]
pub fn set_onwheel(&self, value: Option<&Function>)[src]Setter for the onwheel field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onpause(&self, value: Option<&Function>)[src]
pub fn set_onpause(&self, value: Option<&Function>)[src]Setter for the onpause field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onplay(&self, value: Option<&Function>)[src]
pub fn set_onplay(&self, value: Option<&Function>)[src]Setter for the onplay field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onplaying(&self, value: Option<&Function>)[src]
pub fn set_onplaying(&self, value: Option<&Function>)[src]Setter for the onplaying field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onprogress(&self) -> Option<Function>[src]
pub fn onprogress(&self) -> Option<Function>[src]Getter for the onprogress field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onprogress(&self, value: Option<&Function>)[src]
pub fn set_onprogress(&self, value: Option<&Function>)[src]Setter for the onprogress field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onratechange(&self) -> Option<Function>[src]
pub fn onratechange(&self) -> Option<Function>[src]Getter for the onratechange field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onratechange(&self, value: Option<&Function>)[src]
pub fn set_onratechange(&self, value: Option<&Function>)[src]Setter for the onratechange field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onreset(&self, value: Option<&Function>)[src]
pub fn set_onreset(&self, value: Option<&Function>)[src]Setter for the onreset field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onresize(&self, value: Option<&Function>)[src]
pub fn set_onresize(&self, value: Option<&Function>)[src]Setter for the onresize field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onscroll(&self, value: Option<&Function>)[src]
pub fn set_onscroll(&self, value: Option<&Function>)[src]Setter for the onscroll field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onseeked(&self, value: Option<&Function>)[src]
pub fn set_onseeked(&self, value: Option<&Function>)[src]Setter for the onseeked field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onseeking(&self, value: Option<&Function>)[src]
pub fn set_onseeking(&self, value: Option<&Function>)[src]Setter for the onseeking field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onselect(&self, value: Option<&Function>)[src]
pub fn set_onselect(&self, value: Option<&Function>)[src]Setter for the onselect field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onshow(&self, value: Option<&Function>)[src]
pub fn set_onshow(&self, value: Option<&Function>)[src]Setter for the onshow field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onstalled(&self, value: Option<&Function>)[src]
pub fn set_onstalled(&self, value: Option<&Function>)[src]Setter for the onstalled field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onsubmit(&self, value: Option<&Function>)[src]
pub fn set_onsubmit(&self, value: Option<&Function>)[src]Setter for the onsubmit field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onsuspend(&self, value: Option<&Function>)[src]
pub fn set_onsuspend(&self, value: Option<&Function>)[src]Setter for the onsuspend field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn ontimeupdate(&self) -> Option<Function>[src]
pub fn ontimeupdate(&self) -> Option<Function>[src]Getter for the ontimeupdate field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ontimeupdate(&self, value: Option<&Function>)[src]
pub fn set_ontimeupdate(&self, value: Option<&Function>)[src]Setter for the ontimeupdate field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onvolumechange(&self) -> Option<Function>[src]
pub fn onvolumechange(&self) -> Option<Function>[src]Getter for the onvolumechange field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onvolumechange(&self, value: Option<&Function>)[src]
pub fn set_onvolumechange(&self, value: Option<&Function>)[src]Setter for the onvolumechange field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onwaiting(&self, value: Option<&Function>)[src]
pub fn set_onwaiting(&self, value: Option<&Function>)[src]Setter for the onwaiting field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onselectstart(&self) -> Option<Function>[src]
pub fn onselectstart(&self) -> Option<Function>[src]Getter for the onselectstart field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onselectstart(&self, value: Option<&Function>)[src]
pub fn set_onselectstart(&self, value: Option<&Function>)[src]Setter for the onselectstart field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ontoggle(&self, value: Option<&Function>)[src]
pub fn set_ontoggle(&self, value: Option<&Function>)[src]Setter for the ontoggle field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onpointercancel(&self) -> Option<Function>[src]
pub fn onpointercancel(&self) -> Option<Function>[src]Getter for the onpointercancel field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onpointercancel(&self, value: Option<&Function>)[src]
pub fn set_onpointercancel(&self, value: Option<&Function>)[src]Setter for the onpointercancel field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onpointerdown(&self) -> Option<Function>[src]
pub fn onpointerdown(&self) -> Option<Function>[src]Getter for the onpointerdown field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onpointerdown(&self, value: Option<&Function>)[src]
pub fn set_onpointerdown(&self, value: Option<&Function>)[src]Setter for the onpointerdown field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onpointerup(&self) -> Option<Function>[src]
pub fn onpointerup(&self) -> Option<Function>[src]Getter for the onpointerup field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onpointerup(&self, value: Option<&Function>)[src]
pub fn set_onpointerup(&self, value: Option<&Function>)[src]Setter for the onpointerup field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onpointermove(&self) -> Option<Function>[src]
pub fn onpointermove(&self) -> Option<Function>[src]Getter for the onpointermove field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onpointermove(&self, value: Option<&Function>)[src]
pub fn set_onpointermove(&self, value: Option<&Function>)[src]Setter for the onpointermove field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onpointerout(&self) -> Option<Function>[src]
pub fn onpointerout(&self) -> Option<Function>[src]Getter for the onpointerout field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onpointerout(&self, value: Option<&Function>)[src]
pub fn set_onpointerout(&self, value: Option<&Function>)[src]Setter for the onpointerout field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onpointerover(&self) -> Option<Function>[src]
pub fn onpointerover(&self) -> Option<Function>[src]Getter for the onpointerover field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onpointerover(&self, value: Option<&Function>)[src]
pub fn set_onpointerover(&self, value: Option<&Function>)[src]Setter for the onpointerover field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onpointerenter(&self) -> Option<Function>[src]
pub fn onpointerenter(&self) -> Option<Function>[src]Getter for the onpointerenter field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onpointerenter(&self, value: Option<&Function>)[src]
pub fn set_onpointerenter(&self, value: Option<&Function>)[src]Setter for the onpointerenter field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onpointerleave(&self) -> Option<Function>[src]
pub fn onpointerleave(&self) -> Option<Function>[src]Getter for the onpointerleave field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onpointerleave(&self, value: Option<&Function>)[src]
pub fn set_onpointerleave(&self, value: Option<&Function>)[src]Setter for the onpointerleave field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn ongotpointercapture(&self) -> Option<Function>[src]
pub fn ongotpointercapture(&self) -> Option<Function>[src]Getter for the ongotpointercapture field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ongotpointercapture(&self, value: Option<&Function>)[src]
pub fn set_ongotpointercapture(&self, value: Option<&Function>)[src]Setter for the ongotpointercapture field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onlostpointercapture(&self) -> Option<Function>[src]
pub fn onlostpointercapture(&self) -> Option<Function>[src]Getter for the onlostpointercapture field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onlostpointercapture(&self, value: Option<&Function>)[src]
pub fn set_onlostpointercapture(&self, value: Option<&Function>)[src]Setter for the onlostpointercapture field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onanimationcancel(&self) -> Option<Function>[src]
pub fn onanimationcancel(&self) -> Option<Function>[src]Getter for the onanimationcancel field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onanimationcancel(&self, value: Option<&Function>)[src]
pub fn set_onanimationcancel(&self, value: Option<&Function>)[src]Setter for the onanimationcancel field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onanimationend(&self) -> Option<Function>[src]
pub fn onanimationend(&self) -> Option<Function>[src]Getter for the onanimationend field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onanimationend(&self, value: Option<&Function>)[src]
pub fn set_onanimationend(&self, value: Option<&Function>)[src]Setter for the onanimationend field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onanimationiteration(&self) -> Option<Function>[src]
pub fn onanimationiteration(&self) -> Option<Function>[src]Getter for the onanimationiteration field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onanimationiteration(&self, value: Option<&Function>)[src]
pub fn set_onanimationiteration(&self, value: Option<&Function>)[src]Setter for the onanimationiteration field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onanimationstart(&self) -> Option<Function>[src]
pub fn onanimationstart(&self) -> Option<Function>[src]Getter for the onanimationstart field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onanimationstart(&self, value: Option<&Function>)[src]
pub fn set_onanimationstart(&self, value: Option<&Function>)[src]Setter for the onanimationstart field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn ontransitioncancel(&self) -> Option<Function>[src]
pub fn ontransitioncancel(&self) -> Option<Function>[src]Getter for the ontransitioncancel field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ontransitioncancel(&self, value: Option<&Function>)[src]
pub fn set_ontransitioncancel(&self, value: Option<&Function>)[src]Setter for the ontransitioncancel field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn ontransitionend(&self) -> Option<Function>[src]
pub fn ontransitionend(&self) -> Option<Function>[src]Getter for the ontransitionend field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ontransitionend(&self, value: Option<&Function>)[src]
pub fn set_ontransitionend(&self, value: Option<&Function>)[src]Setter for the ontransitionend field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn ontransitionrun(&self) -> Option<Function>[src]
pub fn ontransitionrun(&self) -> Option<Function>[src]Getter for the ontransitionrun field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ontransitionrun(&self, value: Option<&Function>)[src]
pub fn set_ontransitionrun(&self, value: Option<&Function>)[src]Setter for the ontransitionrun field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn ontransitionstart(&self) -> Option<Function>[src]
pub fn ontransitionstart(&self) -> Option<Function>[src]Getter for the ontransitionstart field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ontransitionstart(&self, value: Option<&Function>)[src]
pub fn set_ontransitionstart(&self, value: Option<&Function>)[src]Setter for the ontransitionstart field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onwebkitanimationend(&self) -> Option<Function>[src]
pub fn onwebkitanimationend(&self) -> Option<Function>[src]Getter for the onwebkitanimationend field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onwebkitanimationend(&self, value: Option<&Function>)[src]
pub fn set_onwebkitanimationend(&self, value: Option<&Function>)[src]Setter for the onwebkitanimationend field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onwebkitanimationiteration(&self) -> Option<Function>[src]
pub fn onwebkitanimationiteration(&self) -> Option<Function>[src]Getter for the onwebkitanimationiteration field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onwebkitanimationiteration(&self, value: Option<&Function>)[src]
pub fn set_onwebkitanimationiteration(&self, value: Option<&Function>)[src]Setter for the onwebkitanimationiteration field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onwebkitanimationstart(&self) -> Option<Function>[src]
pub fn onwebkitanimationstart(&self) -> Option<Function>[src]Getter for the onwebkitanimationstart field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onwebkitanimationstart(&self, value: Option<&Function>)[src]
pub fn set_onwebkitanimationstart(&self, value: Option<&Function>)[src]Setter for the onwebkitanimationstart field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn onwebkittransitionend(&self) -> Option<Function>[src]
pub fn onwebkittransitionend(&self) -> Option<Function>[src]Getter for the onwebkittransitionend field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onwebkittransitionend(&self, value: Option<&Function>)[src]
pub fn set_onwebkittransitionend(&self, value: Option<&Function>)[src]Setter for the onwebkittransitionend field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_onerror(&self, value: Option<&Function>)[src]
pub fn set_onerror(&self, value: Option<&Function>)[src]Setter for the onerror field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn ontouchstart(&self) -> Option<Function>[src]
pub fn ontouchstart(&self) -> Option<Function>[src]Getter for the ontouchstart field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ontouchstart(&self, value: Option<&Function>)[src]
pub fn set_ontouchstart(&self, value: Option<&Function>)[src]Setter for the ontouchstart field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn ontouchend(&self) -> Option<Function>[src]
pub fn ontouchend(&self) -> Option<Function>[src]Getter for the ontouchend field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ontouchend(&self, value: Option<&Function>)[src]
pub fn set_ontouchend(&self, value: Option<&Function>)[src]Setter for the ontouchend field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn ontouchmove(&self) -> Option<Function>[src]
pub fn ontouchmove(&self) -> Option<Function>[src]Getter for the ontouchmove field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ontouchmove(&self, value: Option<&Function>)[src]
pub fn set_ontouchmove(&self, value: Option<&Function>)[src]Setter for the ontouchmove field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn ontouchcancel(&self) -> Option<Function>[src]
pub fn ontouchcancel(&self) -> Option<Function>[src]Getter for the ontouchcancel field of this object.
This API requires the following crate features to be activated: HtmlElement
pub fn set_ontouchcancel(&self, value: Option<&Function>)[src]
pub fn set_ontouchcancel(&self, value: Option<&Function>)[src]Setter for the ontouchcancel field of this object.
This API requires the following crate features to be activated: HtmlElement
Methods from Deref<Target = Element>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 HtmlObjectElement[src]
impl AsRef<Element> for HtmlObjectElement[src]impl AsRef<EventTarget> for HtmlObjectElement[src]
impl AsRef<EventTarget> for HtmlObjectElement[src]fn as_ref(&self) -> &EventTarget[src]
fn as_ref(&self) -> &EventTarget[src]Performs the conversion.
impl AsRef<HtmlElement> for HtmlObjectElement[src]
impl AsRef<HtmlElement> for HtmlObjectElement[src]fn as_ref(&self) -> &HtmlElement[src]
fn as_ref(&self) -> &HtmlElement[src]Performs the conversion.
impl AsRef<HtmlObjectElement> for HtmlObjectElement[src]
impl AsRef<HtmlObjectElement> for HtmlObjectElement[src]fn as_ref(&self) -> &HtmlObjectElement[src]
fn as_ref(&self) -> &HtmlObjectElement[src]Performs the conversion.
impl AsRef<JsValue> for HtmlObjectElement[src]
impl AsRef<JsValue> for HtmlObjectElement[src]impl AsRef<Object> for HtmlObjectElement[src]
impl AsRef<Object> for HtmlObjectElement[src]impl Clone for HtmlObjectElement[src]
impl Clone for HtmlObjectElement[src]fn clone(&self) -> HtmlObjectElement[src]
fn clone(&self) -> HtmlObjectElement[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for HtmlObjectElement[src]
impl Debug for HtmlObjectElement[src]impl Deref for HtmlObjectElement[src]
impl Deref for HtmlObjectElement[src]type Target = HtmlElement
type Target = HtmlElementThe resulting type after dereferencing.
fn deref(&self) -> &HtmlElement[src]
fn deref(&self) -> &HtmlElement[src]Dereferences the value.
impl From<HtmlObjectElement> for JsValue[src]
impl From<HtmlObjectElement> for JsValue[src]fn from(obj: HtmlObjectElement) -> JsValue[src]
fn from(obj: HtmlObjectElement) -> JsValue[src]Performs the conversion.
impl From<HtmlObjectElement> for HtmlElement[src]
impl From<HtmlObjectElement> for HtmlElement[src]fn from(obj: HtmlObjectElement) -> HtmlElement[src]
fn from(obj: HtmlObjectElement) -> HtmlElement[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<HtmlObjectElement> for Node[src]
impl From<HtmlObjectElement> for Node[src]fn from(obj: HtmlObjectElement) -> Node[src]
fn from(obj: HtmlObjectElement) -> Node[src]Performs the conversion.
impl From<HtmlObjectElement> for EventTarget[src]
impl From<HtmlObjectElement> for EventTarget[src]fn from(obj: HtmlObjectElement) -> EventTarget[src]
fn from(obj: HtmlObjectElement) -> EventTarget[src]Performs the conversion.
impl From<HtmlObjectElement> for Object[src]
impl From<HtmlObjectElement> for Object[src]fn from(obj: HtmlObjectElement) -> Object[src]
fn from(obj: HtmlObjectElement) -> Object[src]Performs the conversion.
impl From<JsValue> for HtmlObjectElement[src]
impl From<JsValue> for HtmlObjectElement[src]fn from(obj: JsValue) -> HtmlObjectElement[src]
fn from(obj: JsValue) -> HtmlObjectElement[src]Performs the conversion.
impl FromWasmAbi for HtmlObjectElement[src]
impl FromWasmAbi for HtmlObjectElement[src]impl IntoWasmAbi for HtmlObjectElement[src]
impl IntoWasmAbi for HtmlObjectElement[src]impl<'a> IntoWasmAbi for &'a HtmlObjectElement[src]
impl<'a> IntoWasmAbi for &'a HtmlObjectElement[src]impl JsCast for HtmlObjectElement[src]
impl JsCast for HtmlObjectElement[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 HtmlObjectElement[src]
impl OptionFromWasmAbi for HtmlObjectElement[src]impl OptionIntoWasmAbi for HtmlObjectElement[src]
impl OptionIntoWasmAbi for HtmlObjectElement[src]impl<'a> OptionIntoWasmAbi for &'a HtmlObjectElement[src]
impl<'a> OptionIntoWasmAbi for &'a HtmlObjectElement[src]impl PartialEq<HtmlObjectElement> for HtmlObjectElement[src]
impl PartialEq<HtmlObjectElement> for HtmlObjectElement[src]fn eq(&self, other: &HtmlObjectElement) -> bool[src]
fn eq(&self, other: &HtmlObjectElement) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &HtmlObjectElement) -> bool[src]
fn ne(&self, other: &HtmlObjectElement) -> bool[src]This method tests for !=.
impl RefFromWasmAbi for HtmlObjectElement[src]
impl RefFromWasmAbi for HtmlObjectElement[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<HtmlObjectElement>
type Anchor = ManuallyDrop<HtmlObjectElement>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 WasmDescribe for HtmlObjectElement[src]
impl WasmDescribe for HtmlObjectElement[src]impl Eq for HtmlObjectElement[src]
impl StructuralEq for HtmlObjectElement[src]
impl StructuralPartialEq for HtmlObjectElement[src]
Auto Trait Implementations
impl RefUnwindSafe for HtmlObjectElement
impl !Send for HtmlObjectElement
impl !Sync for HtmlObjectElement
impl Unpin for HtmlObjectElement
impl UnwindSafe for HtmlObjectElement
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