#[repr(transparent)]pub struct Text { /* private fields */ }Expand description
The Text object
This API requires the following crate features to be activated: Text
Implementations§
source§impl Text
 
impl Text
source§impl Text
 
impl Text
source§impl Text
 
impl Text
sourcepub fn whole_text(&self) -> Result<String, JsValue>
 
pub fn whole_text(&self) -> Result<String, JsValue>
The wholeText getter
This API requires the following crate features to be activated: Text
source§impl Text
 
impl Text
sourcepub fn assigned_slot(&self) -> Option<HtmlSlotElement>
 
pub fn assigned_slot(&self) -> Option<HtmlSlotElement>
The assignedSlot getter
This API requires the following crate features to be activated: HtmlSlotElement, Text
source§impl Text
 
impl Text
sourcepub fn convert_point_from_node_with_text(
    &self,
    point: &DomPointInit,
    from: &Text
) -> Result<DomPoint, JsValue>
 
pub fn convert_point_from_node_with_text(
    &self,
    point: &DomPointInit,
    from: &Text
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method
This API requires the following crate features to be activated: DomPoint, DomPointInit, Text
source§impl Text
 
impl Text
sourcepub fn convert_point_from_node_with_element(
    &self,
    point: &DomPointInit,
    from: &Element
) -> Result<DomPoint, JsValue>
 
pub fn convert_point_from_node_with_element(
    &self,
    point: &DomPointInit,
    from: &Element
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method
This API requires the following crate features to be activated: DomPoint, DomPointInit, Element, Text
source§impl Text
 
impl Text
sourcepub fn convert_point_from_node_with_document(
    &self,
    point: &DomPointInit,
    from: &Document
) -> Result<DomPoint, JsValue>
 
pub fn convert_point_from_node_with_document(
    &self,
    point: &DomPointInit,
    from: &Document
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method
This API requires the following crate features to be activated: Document, DomPoint, DomPointInit, Text
source§impl Text
 
impl Text
sourcepub fn convert_point_from_node_with_text_and_options(
    &self,
    point: &DomPointInit,
    from: &Text,
    options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
 
pub fn convert_point_from_node_with_text_and_options(
    &self,
    point: &DomPointInit,
    from: &Text,
    options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomPoint, DomPointInit, Text
source§impl Text
 
impl Text
sourcepub fn convert_point_from_node_with_element_and_options(
    &self,
    point: &DomPointInit,
    from: &Element,
    options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
 
pub fn convert_point_from_node_with_element_and_options(
    &self,
    point: &DomPointInit,
    from: &Element,
    options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomPoint, DomPointInit, Element, Text
source§impl Text
 
impl Text
sourcepub fn convert_point_from_node_with_document_and_options(
    &self,
    point: &DomPointInit,
    from: &Document,
    options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
 
pub fn convert_point_from_node_with_document_and_options(
    &self,
    point: &DomPointInit,
    from: &Document,
    options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method
This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomPoint, DomPointInit, Text
source§impl Text
 
impl Text
source§impl Text
 
impl Text
source§impl Text
 
impl Text
source§impl Text
 
impl Text
sourcepub fn convert_quad_from_node_with_text_and_options(
    &self,
    quad: &DomQuad,
    from: &Text,
    options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
 
pub fn convert_quad_from_node_with_text_and_options(
    &self,
    quad: &DomQuad,
    from: &Text,
    options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertQuadFromNode() method
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, Text
source§impl Text
 
impl Text
sourcepub fn convert_quad_from_node_with_element_and_options(
    &self,
    quad: &DomQuad,
    from: &Element,
    options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
 
pub fn convert_quad_from_node_with_element_and_options(
    &self,
    quad: &DomQuad,
    from: &Element,
    options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertQuadFromNode() method
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, Element, Text
source§impl Text
 
impl Text
sourcepub fn convert_quad_from_node_with_document_and_options(
    &self,
    quad: &DomQuad,
    from: &Document,
    options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
 
pub fn convert_quad_from_node_with_document_and_options(
    &self,
    quad: &DomQuad,
    from: &Document,
    options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertQuadFromNode() method
This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomQuad, Text
source§impl Text
 
impl Text
sourcepub fn convert_rect_from_node_with_text(
    &self,
    rect: &DomRectReadOnly,
    from: &Text
) -> Result<DomQuad, JsValue>
 
pub fn convert_rect_from_node_with_text(
    &self,
    rect: &DomRectReadOnly,
    from: &Text
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method
This API requires the following crate features to be activated: DomQuad, DomRectReadOnly, Text
source§impl Text
 
impl Text
sourcepub fn convert_rect_from_node_with_element(
    &self,
    rect: &DomRectReadOnly,
    from: &Element
) -> Result<DomQuad, JsValue>
 
pub fn convert_rect_from_node_with_element(
    &self,
    rect: &DomRectReadOnly,
    from: &Element
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method
This API requires the following crate features to be activated: DomQuad, DomRectReadOnly, Element, Text
source§impl Text
 
impl Text
sourcepub fn convert_rect_from_node_with_document(
    &self,
    rect: &DomRectReadOnly,
    from: &Document
) -> Result<DomQuad, JsValue>
 
pub fn convert_rect_from_node_with_document(
    &self,
    rect: &DomRectReadOnly,
    from: &Document
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method
This API requires the following crate features to be activated: Document, DomQuad, DomRectReadOnly, Text
source§impl Text
 
impl Text
sourcepub fn convert_rect_from_node_with_text_and_options(
    &self,
    rect: &DomRectReadOnly,
    from: &Text,
    options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
 
pub fn convert_rect_from_node_with_text_and_options(
    &self,
    rect: &DomRectReadOnly,
    from: &Text,
    options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, DomRectReadOnly, Text
source§impl Text
 
impl Text
sourcepub fn convert_rect_from_node_with_element_and_options(
    &self,
    rect: &DomRectReadOnly,
    from: &Element,
    options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
 
pub fn convert_rect_from_node_with_element_and_options(
    &self,
    rect: &DomRectReadOnly,
    from: &Element,
    options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, DomRectReadOnly, Element, Text
source§impl Text
 
impl Text
sourcepub fn convert_rect_from_node_with_document_and_options(
    &self,
    rect: &DomRectReadOnly,
    from: &Document,
    options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
 
pub fn convert_rect_from_node_with_document_and_options(
    &self,
    rect: &DomRectReadOnly,
    from: &Document,
    options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method
This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomQuad, DomRectReadOnly, Text
Trait Implementations§
source§impl AsRef<CharacterData> for Text
 
impl AsRef<CharacterData> for Text
source§fn as_ref(&self) -> &CharacterData
 
fn as_ref(&self) -> &CharacterData
source§impl AsRef<EventTarget> for Text
 
impl AsRef<EventTarget> for Text
source§fn as_ref(&self) -> &EventTarget
 
fn as_ref(&self) -> &EventTarget
source§impl AsRef<Text> for CdataSection
 
impl AsRef<Text> for CdataSection
source§impl From<CdataSection> for Text
 
impl From<CdataSection> for Text
source§fn from(obj: CdataSection) -> Text
 
fn from(obj: CdataSection) -> Text
source§impl From<Text> for CharacterData
 
impl From<Text> for CharacterData
source§fn from(obj: Text) -> CharacterData
 
fn from(obj: Text) -> CharacterData
source§impl From<Text> for EventTarget
 
impl From<Text> for EventTarget
source§fn from(obj: Text) -> EventTarget
 
fn from(obj: Text) -> EventTarget
source§impl FromWasmAbi for Text
 
impl FromWasmAbi for Text
source§impl<'a> IntoWasmAbi for &'a Text
 
impl<'a> IntoWasmAbi for &'a Text
source§impl IntoWasmAbi for Text
 
impl IntoWasmAbi for Text
source§impl JsCast for Text
 
impl JsCast for Text
source§fn instanceof(val: &JsValue) -> bool
 
fn instanceof(val: &JsValue) -> bool
instanceof check to see whether the JsValue
provided is an instance of this type. Read moresource§fn unchecked_from_js(val: JsValue) -> Self
 
fn unchecked_from_js(val: JsValue) -> Self
source§fn unchecked_from_js_ref(val: &JsValue) -> &Self
 
fn unchecked_from_js_ref(val: &JsValue) -> &Self
source§fn is_instance_of<T>(&self) -> boolwhere
    T: JsCast,
 
fn is_instance_of<T>(&self) -> boolwhere
    T: JsCast,
T. Read moresource§fn dyn_into<T>(self) -> Result<T, Self>where
    T: JsCast,
 
fn dyn_into<T>(self) -> Result<T, Self>where
    T: JsCast,
T. Read moresource§fn dyn_ref<T>(&self) -> Option<&T>where
    T: JsCast,
 
fn dyn_ref<T>(&self) -> Option<&T>where
    T: JsCast,
T. Read moresource§fn unchecked_into<T>(self) -> Twhere
    T: JsCast,
 
fn unchecked_into<T>(self) -> Twhere
    T: JsCast,
source§impl OptionFromWasmAbi for Text
 
impl OptionFromWasmAbi for Text
source§impl<'a> OptionIntoWasmAbi for &'a Text
 
impl<'a> OptionIntoWasmAbi for &'a Text
source§impl OptionIntoWasmAbi for Text
 
impl OptionIntoWasmAbi for Text
source§impl RefFromWasmAbi for Text
 
impl RefFromWasmAbi for Text
§type Abi = <JsValue as RefFromWasmAbi>::Abi
 
type Abi = <JsValue as RefFromWasmAbi>::Abi
Self are recovered from.§type Anchor = ManuallyDrop<Text>
 
type Anchor = ManuallyDrop<Text>
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 moreAuto Trait Implementations§
impl RefUnwindSafe for Text
impl !Send for Text
impl !Sync for Text
impl Unpin for Text
impl UnwindSafe for Text
Blanket Implementations§
source§impl<T> ReturnWasmAbi for Twhere
    T: IntoWasmAbi,
 
impl<T> ReturnWasmAbi for Twhere
    T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
 
type Abi = <T as IntoWasmAbi>::Abi
IntoWasmAbi::Abisource§fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
 
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more