pub struct HsetCache {
pub hset: Box<[u8]>,
pub kv: RedisClient,
}Fields§
§hset: Box<[u8]>§kv: RedisClientTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for HsetCache
impl Send for HsetCache
impl Sync for HsetCache
impl Unpin for HsetCache
impl !UnwindSafe for HsetCache
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