Docs.rs
react-rs-1.0.0-alpha.8
react-rs 1.0.0-alpha.8
Permalink
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.8
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.06%
of the crate is documented
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
react
1.0.0-alpha.8
AsKey
Required Methods
as_key
Implementations on Foreign Types
&T
String
f32
f64
i8
i16
i32
i64
i128
isize
str
u8
u16
u32
u64
u128
usize
Implementors
In crate react
react
Trait
AsKey
Copy item path
Source
pub trait AsKey { // Required method fn
as_key
(&self) ->
Key
; }
Required Methods
§
Source
fn
as_key
(&self) ->
Key
Implementations on Foreign Types
§
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
i8
Source
§
fn
as_key
(&self) ->
Key
Source
§
impl
AsKey
for
i16
Source
§
fn
as_key
(&self) ->
Key
Source
§
impl
AsKey
for
i32
Source
§
fn
as_key
(&self) ->
Key
Source
§
impl
AsKey
for
i64
Source
§
fn
as_key
(&self) ->
Key
Source
§
impl
AsKey
for
i128
Source
§
fn
as_key
(&self) ->
Key
Source
§
impl
AsKey
for
isize
Source
§
fn
as_key
(&self) ->
Key
Source
§
impl
AsKey
for
str
Source
§
fn
as_key
(&self) ->
Key
Source
§
impl
AsKey
for
u8
Source
§
fn
as_key
(&self) ->
Key
Source
§
impl
AsKey
for
u16
Source
§
fn
as_key
(&self) ->
Key
Source
§
impl
AsKey
for
u32
Source
§
fn
as_key
(&self) ->
Key
Source
§
impl
AsKey
for
u64
Source
§
fn
as_key
(&self) ->
Key
Source
§
impl
AsKey
for
u128
Source
§
fn
as_key
(&self) ->
Key
Source
§
impl
AsKey
for
usize
Source
§
fn
as_key
(&self) ->
Key
Source
§
impl
AsKey
for
String
Source
§
fn
as_key
(&self) ->
Key
Source
§
impl<T:
AsKey
>
AsKey
for
&T
Source
§
fn
as_key
(&self) ->
Key
Implementors
§