Struct fred::types::RedisKey
[−]
[src]
pub struct RedisKey { /* fields omitted */ }
A key in Redis.
Methods
impl RedisKey
[src]
fn new(key: String) -> RedisKey
fn to_string(&self) -> &str
fn into_string(self) -> String
fn take(&mut self) -> String
Trait Implementations
impl Clone for RedisKey
[src]
fn clone(&self) -> RedisKey
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for RedisKey
[src]
impl Eq for RedisKey
[src]
impl PartialEq for RedisKey
[src]
fn eq(&self, __arg_0: &RedisKey) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &RedisKey) -> bool
This method tests for !=
.