Docs.rs
serde-redis-0.14.0
serde-redis 0.14.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
onesignal-deploy
Dependencies
redis ^0.24.0
normal
serde ^1.0
normal
serde_bytes ^0.11
dev
serde_derive ^1.0
dev
Versions
18.18%
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
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
serde_
redis
0.14.0
AsValue
Vec
Required Methods
as_value_vec
Implementations on Foreign Types
&'a Value
Cow<'a, Value>
Value
Vec<Cow<'a, Value>>
Implementors
In serde_
redis::
decode
serde_redis
::
decode
Trait
AsValueVec
Copy item path
Source
pub trait AsValueVec<'a> { // Required method fn
as_value_vec
(self) ->
Vec
<
Cow
<'a,
Value
>>; }
Required Methods
§
Source
fn
as_value_vec
(self) ->
Vec
<
Cow
<'a,
Value
>>
Implementations on Foreign Types
§
Source
§
impl
AsValueVec
<'static> for
Value
Source
§
fn
as_value_vec
(self) ->
Vec
<
Cow
<'static,
Value
>>
Source
§
impl<'a>
AsValueVec
<'a> for &'a
Value
Source
§
fn
as_value_vec
(self) ->
Vec
<
Cow
<'a,
Value
>>
Source
§
impl<'a>
AsValueVec
<'a> for
Cow
<'a,
Value
>
Source
§
fn
as_value_vec
(self) ->
Vec
<
Cow
<'a,
Value
>>
Source
§
impl<'a>
AsValueVec
<'a> for
Vec
<
Cow
<'a,
Value
>>
Source
§
fn
as_value_vec
(self) ->
Vec
<
Cow
<'a,
Value
>>
Implementors
§