pub struct RedisKey(/* private fields */);Expand description
A Redis key with a namespace prefix.
Implementations§
Trait Implementations§
impl Eq for RedisKey
Source§impl Ord for RedisKey
impl Ord for RedisKey
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for RedisKey
impl PartialOrd for RedisKey
impl StructuralPartialEq for RedisKey
Auto Trait Implementations§
impl Freeze for RedisKey
impl RefUnwindSafe for RedisKey
impl Send for RedisKey
impl Sync for RedisKey
impl Unpin for RedisKey
impl UnsafeUnpin for RedisKey
impl UnwindSafe for RedisKey
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