pub enum RedisStringLookup {
Hit,
Miss,
WrongType,
}Variants§
Trait Implementations§
Source§impl Clone for RedisStringLookup
impl Clone for RedisStringLookup
Source§fn clone(&self) -> RedisStringLookup
fn clone(&self) -> RedisStringLookup
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RedisStringLookup
impl Debug for RedisStringLookup
Source§impl PartialEq for RedisStringLookup
impl PartialEq for RedisStringLookup
Source§fn eq(&self, other: &RedisStringLookup) -> bool
fn eq(&self, other: &RedisStringLookup) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RedisStringLookup
impl Eq for RedisStringLookup
impl StructuralPartialEq for RedisStringLookup
Auto Trait Implementations§
impl Freeze for RedisStringLookup
impl RefUnwindSafe for RedisStringLookup
impl Send for RedisStringLookup
impl Sync for RedisStringLookup
impl Unpin for RedisStringLookup
impl UnsafeUnpin for RedisStringLookup
impl UnwindSafe for RedisStringLookup
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more