Docs.rs
lunatic-mysql-0.1.1
lunatic-mysql 0.1.1
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
SquattingSocrates
Dependencies
bufstream ~0.1
normal
bytes ^1.0.1
normal
crossbeam ^0.8.1
normal
flate2 ^1.0
normal
io-enum ^1.0.0
normal
lru ^0.7
normal
lunatic ^0.12
normal
mysql_common ^0.29.1
normal
once_cell ^1.7.2
normal
percent-encoding ^2.1.0
normal
serde ^1
normal
serde_json ^1
normal
twox-hash ^1
normal
url ^2.1
normal
frunk ^0.4
dev
lazy_static ^1.4.0
dev
rand ^0.8.2
dev
serde_derive ^1
dev
time ^0.3
dev
Versions
0.65%
of the crate is documented
Platform
wasm32-wasi
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
☰
ToValue
Required Methods
to_value
Implementors
In lunatic_mysql::prelude
?
Trait
lunatic_mysql
::
prelude
::
ToValue
source
·
[
−
]
pub trait ToValue { 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
,