Docs.rs
  • react-html-1.0.0-alpha.5
    • react-html 1.0.0-alpha.5
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • EqualMa
    • Dependencies
      • convert-js ^1.0.0-alpha.15 normal
      • frender-macros ^1.0.0-alpha.5 normal
      • js-sys ^0.3 normal
      • react-rs ^1.0.0-alpha.5 normal
      • wasm-bindgen ^0.2.63 normal
      • web-sys ^0.3 normal
      • wasm-bindgen-test ^0.3 dev
    • Versions
    • 0.09% of the crate is documented
  • Go to latest stable release
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

AsHtmlTextValue

Required Methods

  • as_html_text_value

Implementations on Foreign Types

  • &T
  • JsString
  • String
  • [&str]
  • [JsString]
  • [String]
  • f64
  • str

Implementors

In react_html

logo
Change settings

Trait react_html::AsHtmlTextValue

source · [−]
pub trait AsHtmlTextValue {
    fn as_html_text_value(&self) -> HtmlTextValue;
}

Required methods

source

fn as_html_text_value(&self) -> HtmlTextValue

Implementations on Foreign Types

source

impl AsHtmlTextValue for str

source

fn as_html_text_value(&self) -> HtmlTextValue

source

impl AsHtmlTextValue for String

source

fn as_html_text_value(&self) -> HtmlTextValue

source

impl AsHtmlTextValue for JsString

source

fn as_html_text_value(&self) -> HtmlTextValue

source

impl AsHtmlTextValue for f64

source

fn as_html_text_value(&self) -> HtmlTextValue

source

impl<T: AsHtmlTextValue> AsHtmlTextValue for &T

source

fn as_html_text_value(&self) -> HtmlTextValue

source

impl AsHtmlTextValue for [&str]

source

fn as_html_text_value(&self) -> HtmlTextValue

source

impl AsHtmlTextValue for [String]

source

fn as_html_text_value(&self) -> HtmlTextValue

source

impl AsHtmlTextValue for [JsString]

source

fn as_html_text_value(&self) -> HtmlTextValue

Implementors