Struct web_sys::Element [−][src]
#[repr(transparent)]pub struct Element { /* fields omitted */ }
Expand description
The Element class.
This API requires the following crate features to be activated: Element
Implementations
Getter for the namespaceURI field of this object.
This API requires the following crate features to be activated: Element
Getter for the prefix field of this object.
This API requires the following crate features to be activated: Element
Getter for the localName field of this object.
This API requires the following crate features to be activated: Element
Getter for the tagName field of this object.
This API requires the following crate features to be activated: Element
Getter for the id field of this object.
This API requires the following crate features to be activated: Element
Setter for the id field of this object.
This API requires the following crate features to be activated: Element
Getter for the className field of this object.
This API requires the following crate features to be activated: Element
Setter for the className field of this object.
This API requires the following crate features to be activated: Element
Getter for the classList field of this object.
This API requires the following crate features to be activated: DomTokenList, Element
Getter for the attributes field of this object.
This API requires the following crate features to be activated: Element, NamedNodeMap
Getter for the scrollTop field of this object.
This API requires the following crate features to be activated: Element
Setter for the scrollTop field of this object.
This API requires the following crate features to be activated: Element
Getter for the scrollLeft field of this object.
This API requires the following crate features to be activated: Element
Setter for the scrollLeft field of this object.
This API requires the following crate features to be activated: Element
Getter for the scrollWidth field of this object.
This API requires the following crate features to be activated: Element
Getter for the scrollHeight field of this object.
This API requires the following crate features to be activated: Element
Getter for the clientTop field of this object.
This API requires the following crate features to be activated: Element
Getter for the clientLeft field of this object.
This API requires the following crate features to be activated: Element
Getter for the clientWidth field of this object.
This API requires the following crate features to be activated: Element
Getter for the clientHeight field of this object.
This API requires the following crate features to be activated: Element
Getter for the innerHTML field of this object.
This API requires the following crate features to be activated: Element
Setter for the innerHTML field of this object.
This API requires the following crate features to be activated: Element
Getter for the outerHTML field of this object.
This API requires the following crate features to be activated: Element
Setter for the outerHTML field of this object.
This API requires the following crate features to be activated: Element
Getter for the shadowRoot field of this object.
This API requires the following crate features to be activated: Element, ShadowRoot
Getter for the assignedSlot field of this object.
This API requires the following crate features to be activated: Element, HtmlSlotElement
Getter for the slot field of this object.
This API requires the following crate features to be activated: Element
Setter for the slot field of this object.
This API requires the following crate features to be activated: Element
Getter for the previousElementSibling field of this object.
This API requires the following crate features to be activated: Element
Getter for the nextElementSibling field of this object.
This API requires the following crate features to be activated: Element
Getter for the children field of this object.
This API requires the following crate features to be activated: Element, HtmlCollection
Getter for the firstElementChild field of this object.
This API requires the following crate features to be activated: Element
Getter for the lastElementChild field of this object.
This API requires the following crate features to be activated: Element
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>
pub fn attach_shadow(
&self,
shadow_root_init_dict: &ShadowRootInit
) -> Result<ShadowRoot, JsValue>
The attachShadow() method.
This API requires the following crate features to be activated: Element, ShadowRoot, ShadowRootInit
The getAttribute() method.
This API requires the following crate features to be activated: Element
The getAttributeNS() method.
This API requires the following crate features to be activated: Element
The getAttributeNames() method.
This API requires the following crate features to be activated: Element
The getAttributeNode() method.
This API requires the following crate features to be activated: Attr, Element
The getAttributeNodeNS() method.
This API requires the following crate features to be activated: Attr, Element
The getBoundingClientRect() method.
This API requires the following crate features to be activated: DomRect, Element
The getClientRects() method.
This API requires the following crate features to be activated: DomRectList, Element
The getElementsByClassName() method.
This API requires the following crate features to be activated: Element, HtmlCollection
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>
pub fn get_elements_by_tag_name_ns(
&self,
namespace: Option<&str>,
local_name: &str
) -> Result<HtmlCollection, JsValue>
The getElementsByTagNameNS() method.
This API requires the following crate features to be activated: Element, HtmlCollection
The hasAttribute() method.
This API requires the following crate features to be activated: Element
The hasAttributeNS() method.
This API requires the following crate features to be activated: Element
The hasAttributes() method.
This API requires the following crate features to be activated: Element
The hasPointerCapture() method.
This API requires the following crate features to be activated: Element
The insertAdjacentElement() method.
This API requires the following crate features to be activated: Element
The insertAdjacentHTML() method.
This API requires the following crate features to be activated: Element
The insertAdjacentText() method.
This API requires the following crate features to be activated: Element
The querySelector() method.
This API requires the following crate features to be activated: Element
The querySelectorAll() method.
This API requires the following crate features to be activated: Element, NodeList
The releaseCapture() method.
This API requires the following crate features to be activated: Element
The releasePointerCapture() method.
This API requires the following crate features to be activated: Element
The removeAttribute() method.
This API requires the following crate features to be activated: Element
The removeAttributeNS() method.
This API requires the following crate features to be activated: Element
The removeAttributeNode() method.
This API requires the following crate features to be activated: Attr, Element
The requestFullscreen() method.
This API requires the following crate features to be activated: Element
The requestPointerLock() method.
This API requires the following crate features to be activated: Element
The scroll() method.
This API requires the following crate features to be activated: Element
The scroll() method.
This API requires the following crate features to be activated: Element
The scroll() method.
This API requires the following crate features to be activated: Element, ScrollToOptions
The scrollBy() method.
This API requires the following crate features to be activated: Element
The scrollBy() method.
This API requires the following crate features to be activated: Element
The scrollBy() method.
This API requires the following crate features to be activated: Element, ScrollToOptions
The scrollIntoView() method.
This API requires the following crate features to be activated: Element
The scrollIntoView() method.
This API requires the following crate features to be activated: Element
The scrollIntoView() method.
This API requires the following crate features to be activated: Element, ScrollIntoViewOptions
The scrollTo() method.
This API requires the following crate features to be activated: Element
The scrollTo() method.
This API requires the following crate features to be activated: Element
The scrollTo() method.
This API requires the following crate features to be activated: Element, ScrollToOptions
The setAttribute() method.
This API requires the following crate features to be activated: Element
The setAttributeNS() method.
This API requires the following crate features to be activated: Element
The setAttributeNode() method.
This API requires the following crate features to be activated: Attr, Element
The setAttributeNodeNS() method.
This API requires the following crate features to be activated: Attr, Element
The setCapture() method.
This API requires the following crate features to be activated: Element
The setCapture() method.
This API requires the following crate features to be activated: Element
The setPointerCapture() method.
This API requires the following crate features to be activated: Element
The toggleAttribute() method.
This API requires the following crate features to be activated: Element
The toggleAttribute() method.
This API requires the following crate features to be activated: Element
The webkitMatchesSelector() method.
This API requires the following crate features to be activated: Element
The after() method.
This API requires the following crate features to be activated: Element
The after() method.
This API requires the following crate features to be activated: Element
The after() method.
This API requires the following crate features to be activated: Element
The after() method.
This API requires the following crate features to be activated: Element
The after() method.
This API requires the following crate features to be activated: Element
The after() method.
This API requires the following crate features to be activated: Element
The after() method.
This API requires the following crate features to be activated: Element
The after() method.
This API requires the following crate features to be activated: Element
The after() method.
This API requires the following crate features to be activated: Element
The after() method.
This API requires the following crate features to be activated: Element
The after() method.
This API requires the following crate features to be activated: Element
The after() method.
This API requires the following crate features to be activated: Element
The before() method.
This API requires the following crate features to be activated: Element
The before() method.
This API requires the following crate features to be activated: Element
The before() method.
This API requires the following crate features to be activated: Element
The before() method.
This API requires the following crate features to be activated: Element
The before() method.
This API requires the following crate features to be activated: Element
The before() method.
This API requires the following crate features to be activated: Element
The before() method.
This API requires the following crate features to be activated: Element
The before() method.
This API requires the following crate features to be activated: Element
The before() method.
This API requires the following crate features to be activated: Element
The before() method.
This API requires the following crate features to be activated: Element
The before() method.
This API requires the following crate features to be activated: Element
The before() method.
This API requires the following crate features to be activated: Element
The remove() method.
This API requires the following crate features to be activated: Element
The replaceWith() method.
This API requires the following crate features to be activated: Element
The replaceWith() method.
This API requires the following crate features to be activated: Element
The replaceWith() method.
This API requires the following crate features to be activated: Element
The replaceWith() method.
This API requires the following crate features to be activated: Element
The replaceWith() method.
This API requires the following crate features to be activated: Element
The replaceWith() method.
This API requires the following crate features to be activated: Element
The replaceWith() method.
This API requires the following crate features to be activated: Element
The replaceWith() method.
This API requires the following crate features to be activated: Element
The replaceWith() method.
This API requires the following crate features to be activated: Element
The replaceWith() method.
This API requires the following crate features to be activated: Element
The replaceWith() method.
This API requires the following crate features to be activated: Element
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>
pub fn convert_point_from_node_with_text(
&self,
point: &DomPointInit,
from: &Text
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method.
This API requires the following crate features to be activated: DomPoint, DomPointInit, Element, Text
pub fn convert_point_from_node_with_element(
&self,
point: &DomPointInit,
from: &Element
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_element(
&self,
point: &DomPointInit,
from: &Element
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method.
This API requires the following crate features to be activated: DomPoint, DomPointInit, Element
pub fn convert_point_from_node_with_document(
&self,
point: &DomPointInit,
from: &Document
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_document(
&self,
point: &DomPointInit,
from: &Document
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method.
This API requires the following crate features to be activated: Document, DomPoint, DomPointInit, Element
pub fn convert_point_from_node_with_text_and_options(
&self,
point: &DomPointInit,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_text_and_options(
&self,
point: &DomPointInit,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomPoint, DomPointInit, Element, Text
pub fn convert_point_from_node_with_element_and_options(
&self,
point: &DomPointInit,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_element_and_options(
&self,
point: &DomPointInit,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomPoint, DomPointInit, Element
pub fn convert_point_from_node_with_document_and_options(
&self,
point: &DomPointInit,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_document_and_options(
&self,
point: &DomPointInit,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomPoint, DomPointInit, Element
The convertQuadFromNode() method.
This API requires the following crate features to be activated: DomQuad, Element, Text
The convertQuadFromNode() method.
This API requires the following crate features to be activated: DomQuad, Element
The convertQuadFromNode() method.
This API requires the following crate features to be activated: Document, DomQuad, Element
pub fn convert_quad_from_node_with_text_and_options(
&self,
quad: &DomQuad,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
pub fn convert_quad_from_node_with_text_and_options(
&self,
quad: &DomQuad,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertQuadFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, Element, Text
pub fn convert_quad_from_node_with_element_and_options(
&self,
quad: &DomQuad,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
pub fn convert_quad_from_node_with_element_and_options(
&self,
quad: &DomQuad,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertQuadFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, Element
pub fn convert_quad_from_node_with_document_and_options(
&self,
quad: &DomQuad,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
pub fn convert_quad_from_node_with_document_and_options(
&self,
quad: &DomQuad,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertQuadFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomQuad, Element
pub fn convert_rect_from_node_with_text(
&self,
rect: &DomRectReadOnly,
from: &Text
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_text(
&self,
rect: &DomRectReadOnly,
from: &Text
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method.
This API requires the following crate features to be activated: DomQuad, DomRectReadOnly, Element, Text
pub fn convert_rect_from_node_with_element(
&self,
rect: &DomRectReadOnly,
from: &Element
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_element(
&self,
rect: &DomRectReadOnly,
from: &Element
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method.
This API requires the following crate features to be activated: DomQuad, DomRectReadOnly, Element
pub fn convert_rect_from_node_with_document(
&self,
rect: &DomRectReadOnly,
from: &Document
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_document(
&self,
rect: &DomRectReadOnly,
from: &Document
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method.
This API requires the following crate features to be activated: Document, DomQuad, DomRectReadOnly, Element
pub fn convert_rect_from_node_with_text_and_options(
&self,
rect: &DomRectReadOnly,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_text_and_options(
&self,
rect: &DomRectReadOnly,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, DomRectReadOnly, Element, Text
pub fn convert_rect_from_node_with_element_and_options(
&self,
rect: &DomRectReadOnly,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_element_and_options(
&self,
rect: &DomRectReadOnly,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, DomRectReadOnly, Element
pub fn convert_rect_from_node_with_document_and_options(
&self,
rect: &DomRectReadOnly,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_document_and_options(
&self,
rect: &DomRectReadOnly,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomQuad, DomRectReadOnly, Element
The getBoxQuads() method.
This API requires the following crate features to be activated: Element
The getBoxQuads() method.
This API requires the following crate features to be activated: BoxQuadOptions, Element
The append() method.
This API requires the following crate features to be activated: Element
The append() method.
This API requires the following crate features to be activated: Element
The append() method.
This API requires the following crate features to be activated: Element
The append() method.
This API requires the following crate features to be activated: Element
The append() method.
This API requires the following crate features to be activated: Element
The append() method.
This API requires the following crate features to be activated: Element
The append() method.
This API requires the following crate features to be activated: Element
The append() method.
This API requires the following crate features to be activated: Element
The append() method.
This API requires the following crate features to be activated: Element
The append() method.
This API requires the following crate features to be activated: Element
The append() method.
This API requires the following crate features to be activated: Element
The append() method.
This API requires the following crate features to be activated: Element
The prepend() method.
This API requires the following crate features to be activated: Element
The prepend() method.
This API requires the following crate features to be activated: Element
The prepend() method.
This API requires the following crate features to be activated: Element
The prepend() method.
This API requires the following crate features to be activated: Element
The prepend() method.
This API requires the following crate features to be activated: Element
The prepend() method.
This API requires the following crate features to be activated: Element
The prepend() method.
This API requires the following crate features to be activated: Element
The prepend() method.
This API requires the following crate features to be activated: Element
The prepend() method.
This API requires the following crate features to be activated: Element
The prepend() method.
This API requires the following crate features to be activated: Element
The prepend() method.
This API requires the following crate features to be activated: Element
The prepend() method.
This API requires the following crate features to be activated: Element
Methods from Deref<Target = Node>
Getter for the nodeType field of this object.
This API requires the following crate features to be activated: Node
Getter for the nodeName field of this object.
This API requires the following crate features to be activated: Node
Getter for the isConnected field of this object.
This API requires the following crate features to be activated: Node
Getter for the ownerDocument field of this object.
This API requires the following crate features to be activated: Document, Node
Getter for the parentNode field of this object.
This API requires the following crate features to be activated: Node
Getter for the parentElement field of this object.
This API requires the following crate features to be activated: Element, Node
Getter for the childNodes field of this object.
This API requires the following crate features to be activated: Node, NodeList
Getter for the firstChild field of this object.
This API requires the following crate features to be activated: Node
Getter for the lastChild field of this object.
This API requires the following crate features to be activated: Node
Getter for the previousSibling field of this object.
This API requires the following crate features to be activated: Node
Getter for the nextSibling field of this object.
This API requires the following crate features to be activated: Node
Getter for the nodeValue field of this object.
This API requires the following crate features to be activated: Node
Setter for the nodeValue field of this object.
This API requires the following crate features to be activated: Node
Getter for the textContent field of this object.
This API requires the following crate features to be activated: Node
Setter for the textContent field of this object.
This API requires the following crate features to be activated: Node
The appendChild() method.
This API requires the following crate features to be activated: Node
The cloneNode() method.
This API requires the following crate features to be activated: Node
The cloneNode() method.
This API requires the following crate features to be activated: Node
The compareDocumentPosition() method.
This API requires the following crate features to be activated: Node
The getRootNode() method.
This API requires the following crate features to be activated: Node
The getRootNode() method.
This API requires the following crate features to be activated: GetRootNodeOptions, Node
The hasChildNodes() method.
This API requires the following crate features to be activated: Node
The insertBefore() method.
This API requires the following crate features to be activated: Node
The isDefaultNamespace() method.
This API requires the following crate features to be activated: Node
The isEqualNode() method.
This API requires the following crate features to be activated: Node
The isSameNode() method.
This API requires the following crate features to be activated: Node
The lookupNamespaceURI() method.
This API requires the following crate features to be activated: Node
The lookupPrefix() method.
This API requires the following crate features to be activated: Node
The normalize() method.
This API requires the following crate features to be activated: Node
The removeChild() method.
This API requires the following crate features to be activated: Node
The replaceChild() method.
This API requires the following crate features to be activated: Node
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs a dynamic instanceof check to see whether the JsValue
provided is an instance of this type. Read more
Performs a zero-cost unchecked conversion from a JsValue into an
instance of Self Read more
Performs a zero-cost unchecked conversion from a &JsValue into an
instance of &Self. Read more
Test whether this JS value has a type T. Read more
Performs a dynamic cast (checked at runtime) of this value into the
target type T. Read more
Performs a dynamic cast (checked at runtime) of this value into the
target type T. Read more
Performs a zero-cost unchecked cast into the specified type. Read more
Performs a zero-cost unchecked cast into a reference to the specified type. Read more
Test whether this JS value is an instance of the type T. Read more
Performs a dynamic check to see whether the JsValue provided
is a value of this type. Read more
type Abi = <JsValue as RefFromWasmAbi>::Abi
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<Element>
type Anchor = ManuallyDrop<Element>
The type that holds the reference to Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous. Read more
Recover a Self::Anchor from Self::Abi. Read more
Auto Trait Implementations
impl RefUnwindSafe for Element
impl UnwindSafe for Element
Blanket Implementations
Mutably borrows from an owned value. Read more
type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
Same as IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more