Docs.rs
mysql_async-0.34.2
mysql_async 0.34.2
Docs.rs crate page
MIT/Apache-2.0
Links
Repository
crates.io
Source
Owners
blackbeam
Dependencies
bytes ^1.4
normal
crossbeam ^0.8.1
normal
flate2 ^1.0
normal
futures-core ^0.3
normal
futures-sink ^0.3
normal
futures-util ^0.3
normal
keyed_priority_queue ^0.4
normal
lru ^0.12.0
normal
mysql_common ^0.32
normal
native-tls ^0.2
normal
optional
pem ^3.0
normal
percent-encoding ^2.1.0
normal
pin-project ^1.0.2
normal
rand ^0.8.5
normal
rustls ^0.23
normal
optional
rustls-pemfile ^2.1.0
normal
optional
serde ^1
normal
serde_json ^1
normal
socket2 ^0.5.2
normal
thiserror ^1.0.4
normal
tokio ^1.0
normal
tokio-native-tls ^0.3.0
normal
optional
tokio-rustls ^0.26
normal
optional
tokio-util ^0.7.2
normal
tracing ^0.1.37
normal
optional
twox-hash ^1
normal
url ^2.1
normal
webpki >=0.22.1
normal
optional
webpki-roots ^0.26.1
normal
optional
socket2 ^0.5.2
dev
tempfile ^3.1.0
dev
tokio ^1.0
dev
waker-fn ^1
dev
Versions
85.71%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mysql_
async
0.34.2
ToValue
Required Methods
to_value
Implementors
In mysql_
async::
prelude
Trait
mysql_async
::
prelude
::
ToValue
Copy item path
source
·
[
−
]
pub trait ToValue { // Required method fn
to_value
(&self) ->
Value
; }
Required Methods
§
source
fn
to_value
(&self) ->
Value
Implementors
§
source
§
impl<T>
ToValue
for T
where T:
Into
<
Value
> +
Clone
,