Docs.rs
react-rs-1.0.0-alpha.7
react-rs 1.0.0-alpha.7
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
EqualMa
Dependencies
convert-js ^1.0.0-alpha.14
normal
forgotten ^1.1
normal
frender-macros ^1.0.0-alpha.7
normal
js-sys ^0.3
normal
react-sys ^1.0.0-alpha.23
normal
wasm-bindgen ^0.2.63
normal
web-sys ^0.3.56
normal
wasm-bindgen-test ^0.3
dev
Versions
16.97%
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
☰
AsKey
Required Methods
as_key
Implementations on Foreign Types
&T
String
f32
f64
i128
i16
i32
i64
i8
isize
str
u128
u16
u32
u64
u8
usize
Implementors
In react
?
Trait
react
::
AsKey
source
·
[
−
]
pub trait AsKey { fn
as_key
(&self) ->
Key
; }
Required methods
source
fn
as_key
(&self) ->
Key
Implementations on Foreign Types
source
impl
AsKey
for
String
source
fn
as_key
(&self) ->
Key
source
impl
AsKey
for
str
source
fn
as_key
(&self) ->
Key
source
impl<T:
AsKey
>
AsKey
for
&
T
source
fn
as_key
(&self) ->
Key
source
impl
AsKey
for
i8
source
fn
as_key
(&self) ->
Key
source
impl
AsKey
for
u8
source
fn
as_key
(&self) ->
Key
source
impl
AsKey
for
i16
source
fn
as_key
(&self) ->
Key
source
impl
AsKey
for
u16
source
fn
as_key
(&self) ->
Key
source
impl
AsKey
for
i32
source
fn
as_key
(&self) ->
Key
source
impl
AsKey
for
u32
source
fn
as_key
(&self) ->
Key
source
impl
AsKey
for
f32
source
fn
as_key
(&self) ->
Key
source
impl
AsKey
for
f64
source
fn
as_key
(&self) ->
Key
source
impl
AsKey
for
i64
source
fn
as_key
(&self) ->
Key
source
impl
AsKey
for
u64
source
fn
as_key
(&self) ->
Key
source
impl
AsKey
for
i128
source
fn
as_key
(&self) ->
Key
source
impl
AsKey
for
u128
source
fn
as_key
(&self) ->
Key
source
impl
AsKey
for
isize
source
fn
as_key
(&self) ->
Key
source
impl
AsKey
for
usize
source
fn
as_key
(&self) ->
Key
Implementors