pub type RedisModuleModuleChangeV1 = RedisModuleModuleChange;

Aliased Type§

struct RedisModuleModuleChangeV1 {
    pub version: u64,
    pub module_name: *const i8,
    pub module_version: i32,
}

Fields§

§version: u64§module_name: *const i8§module_version: i32

Trait Implementations§

source§

impl Clone for RedisModuleModuleChange

source§

fn clone(&self) -> RedisModuleModuleChange

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for RedisModuleModuleChange

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for RedisModuleModuleChange