#[repr(C)]pub struct RedisModuleKeyInfo {
pub version: u64,
pub key: *mut RedisModuleKey,
}
Fields§
§version: u64
§key: *mut RedisModuleKey
Trait Implementations§
Source§impl Clone for RedisModuleKeyInfo
impl Clone for RedisModuleKeyInfo
Source§fn clone(&self) -> RedisModuleKeyInfo
fn clone(&self) -> RedisModuleKeyInfo
Returns a copy of the value. Read more
1.0.0 · 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 RedisModuleKeyInfo
impl Debug for RedisModuleKeyInfo
impl Copy for RedisModuleKeyInfo
Auto Trait Implementations§
impl Freeze for RedisModuleKeyInfo
impl RefUnwindSafe for RedisModuleKeyInfo
impl !Send for RedisModuleKeyInfo
impl !Sync for RedisModuleKeyInfo
impl Unpin for RedisModuleKeyInfo
impl UnwindSafe for RedisModuleKeyInfo
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