Trait redis_async::resp::ToRespString [−][src]
pub trait ToRespString { fn to_resp_string(self) -> RespValue; }
A specific trait to convert into a RespValue::BulkString
Required Methods
fn to_resp_string(self) -> RespValue
Implementations on Foreign Types
impl ToRespString for String
[src]
impl ToRespString for String
fn to_resp_string(self) -> RespValue
[src]
fn to_resp_string(self) -> RespValue
impl<'a> ToRespString for &'a String
[src]
impl<'a> ToRespString for &'a String
fn to_resp_string(self) -> RespValue
[src]
fn to_resp_string(self) -> RespValue
impl<'a> ToRespString for &'a str
[src]
impl<'a> ToRespString for &'a str
fn to_resp_string(self) -> RespValue
[src]
fn to_resp_string(self) -> RespValue
impl<'a> ToRespString for &'a [u8]
[src]
impl<'a> ToRespString for &'a [u8]
fn to_resp_string(self) -> RespValue
[src]
fn to_resp_string(self) -> RespValue
impl ToRespString for Vec<u8>
[src]
impl ToRespString for Vec<u8>
fn to_resp_string(self) -> RespValue
[src]
fn to_resp_string(self) -> RespValue