Docs.rs
ruipay-0.0.1
ruipay 0.0.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
origel
Dependencies
aes ^0.7.5
normal
aes-gcm ^0.10
normal
base64 ^0.12
normal
bincode ^1.3.3
normal
block-modes ^0.8.1
normal
byteorder ^1.3.4
normal
bytes ^1.1.0
normal
chrono ^0.4
normal
dashmap ^5.3.4
normal
hex ^0.4.3
normal
hmac ^0.12
normal
json ^0.12.4
normal
optional
log ^0.4
normal
md5 ^0.7.0
normal
once_cell ^1.8
normal
openssl ^0.10.41
normal
optional
r2d2 ^0.8.9
normal
rand ^0.7.3
normal
redis ^0.21.0
normal
reqwest ^0.11.0
normal
rsa ^0.6.1
normal
optional
serde ^1.0
normal
serde-xml-rs ^0.6.0
normal
serde_json ^1.0
normal
serde_urlencoded ^0.7.1
normal
sha-1 ^0.10
normal
sha2 ^0.10
normal
sxd-document ^0.2
normal
optional
sxd-xpath ^0.2
normal
optional
tracing ^0.1.35
normal
urlencoding ^2.1.0
normal
uuid ^0.7.4
normal
x509-parser ^0.14.0
normal
optional
tokio ^1
dev
Versions
56.26%
of the crate is documented
Platform
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
ToStore
ruipay
0.0.1
ToStore
Required Methods
to_store
Implementations on Foreign Types
&T
&str
BTreeMap<String, Store>
Option<T>
String
Value
Vec<T>
bool
f32
f64
i32
i64
i128
u32
u64
u128
Implementors
In crate ruipay
ruipay
Trait
ToStore
Copy item path
Source
pub trait ToStore { // Required method fn
to_store
(&self) ->
Store
; }
Required Methods
§
Source
fn
to_store
(&self) ->
Store
Implementations on Foreign Types
§
Source
§
impl
ToStore
for &
str
Source
§
fn
to_store
(&self) ->
Store
Source
§
impl
ToStore
for
Value
Source
§
fn
to_store
(&self) ->
Store
Source
§
impl
ToStore
for
bool
Source
§
fn
to_store
(&self) ->
Store
Source
§
impl
ToStore
for
f32
Source
§
fn
to_store
(&self) ->
Store
Source
§
impl
ToStore
for
f64
Source
§
fn
to_store
(&self) ->
Store
Source
§
impl
ToStore
for
i32
Source
§
fn
to_store
(&self) ->
Store
Source
§
impl
ToStore
for
i64
Source
§
fn
to_store
(&self) ->
Store
Source
§
impl
ToStore
for
i128
Source
§
fn
to_store
(&self) ->
Store
Source
§
impl
ToStore
for
u32
Source
§
fn
to_store
(&self) ->
Store
Source
§
impl
ToStore
for
u64
Source
§
fn
to_store
(&self) ->
Store
Source
§
impl
ToStore
for
u128
Source
§
fn
to_store
(&self) ->
Store
Source
§
impl
ToStore
for
BTreeMap
<
String
,
Store
>
Source
§
fn
to_store
(&self) ->
Store
Source
§
impl
ToStore
for
String
Source
§
fn
to_store
(&self) ->
Store
Source
§
impl<T>
ToStore
for
Option
<T>
where T:
ToStore
,
Source
§
fn
to_store
(&self) ->
Store
Source
§
impl<T>
ToStore
for
&T
where T:
ToStore
,
Source
§
fn
to_store
(&self) ->
Store
Source
§
impl<T>
ToStore
for
Vec
<T>
where T:
ToStore
,
Source
§
fn
to_store
(&self) ->
Store
Implementors
§
Source
§
impl
ToStore
for
Store