Docs.rs
rustis-0.12.7
rustis 0.12.7
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
mcatanzariti
Dependencies
async-native-tls ^0.4
normal
async-std ^1.12
normal
atoi ^2.0
normal
bb8 ^0.8
normal
bytes ^1.3
normal
crc16 ^0.4
normal
dtoa ^1.0
normal
fast-float ^0.2
normal
futures-channel ^0.3
normal
futures-util ^0.3
normal
itoa ^1.0
normal
log ^0.4
normal
memchr ^2.5
normal
native-tls ^0.2
normal
rand ^0.8
normal
serde ^1.0
normal
smallvec ^1.10
normal
socket2 ^0.4
normal
tokio ^1.23
normal
tokio-native-tls ^0.3
normal
tokio-util ^0.7
normal
url ^2.3
normal
actix-web ^4.3
dev
axum ^0.6
dev
criterion ^0.4
dev
env_logger ^0.10
dev
fred ^6.0.0-beta.2
dev
rand ^0.8
dev
redis ^0.22
dev
serial_test ^1.0
dev
smallvec ^1.10
dev
tokio ^1.23
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
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
☰
rustis
0.12.7
SingleArg
Implementations on Foreign Types
&String
&[u8; N]
&[u8]
&str
Option<T>
String
Vec<u8>
[u8; N]
bool
char
f32
f64
i16
i32
i64
i8
isize
u16
u32
u64
usize
Implementors
In rustis::resp
?
Trait
rustis
::
resp
::
SingleArg
source
·
[
−
]
pub trait SingleArg:
ToArgs
{ }
Expand description
Generic Marker for single arguments (no collections nor tuples)
Implementations on Foreign Types
§
source
§
impl
SingleArg
for &
str
source
§
impl
SingleArg
for &
String
source
§
impl
SingleArg
for &[
u8
]
source
§
impl
SingleArg
for
bool
source
§
impl
SingleArg
for
char
source
§
impl
SingleArg
for
f32
source
§
impl
SingleArg
for
f64
source
§
impl
SingleArg
for
i8
source
§
impl
SingleArg
for
i16
source
§
impl
SingleArg
for
i32
source
§
impl
SingleArg
for
i64
source
§
impl
SingleArg
for
isize
source
§
impl
SingleArg
for
u16
source
§
impl
SingleArg
for
u32
source
§
impl
SingleArg
for
u64
source
§
impl
SingleArg
for
usize
source
§
impl
SingleArg
for
String
source
§
impl
SingleArg
for
Vec
<
u8
>
source
§
impl<T:
SingleArg
>
SingleArg
for
Option
<T>
source
§
impl<const N:
usize
>
SingleArg
for &[
u8
;
N
]
source
§
impl<const N:
usize
>
SingleArg
for [
u8
;
N
]
Implementors
§
source
§
impl
SingleArg
for
InfoSection
source
§
impl
SingleArg
for
LatencyHistoryEvent
source
§
impl
SingleArg
for
BulkString