Struct kvcache::HsetCache2
source · pub struct HsetCache2 {
pub global: Box<[u8]>,
pub user: Box<[u8]>,
pub kv: RedisClient,
}Fields§
§global: Box<[u8]>§user: Box<[u8]>§kv: RedisClientImplementations§
source§impl HsetCache2
impl HsetCache2
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for HsetCache2
impl Send for HsetCache2
impl Sync for HsetCache2
impl Unpin for HsetCache2
impl !UnwindSafe for HsetCache2
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