pub type RedisModuleLoadingProgressV1 = RedisModuleLoadingProgressInfo;

Aliased Type§

struct RedisModuleLoadingProgressV1 {
    pub version: u64,
    pub hz: i32,
    pub progress: i32,
}

Fields§

§version: u64§hz: i32§progress: i32

Trait Implementations§

source§

impl Clone for RedisModuleLoadingProgressInfo

source§

fn clone(&self) -> RedisModuleLoadingProgressInfo

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 RedisModuleLoadingProgressInfo

source§

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

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

impl Copy for RedisModuleLoadingProgressInfo