pub type RedisModuleSwapDbInfoV1 = RedisModuleSwapDbInfo;

Aliased Type§

struct RedisModuleSwapDbInfoV1 {
    pub version: u64,
    pub dbnum_first: i32,
    pub dbnum_second: i32,
}

Fields§

§version: u64§dbnum_first: i32§dbnum_second: i32

Trait Implementations§

source§

impl Clone for RedisModuleSwapDbInfo

source§

fn clone(&self) -> RedisModuleSwapDbInfo

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 RedisModuleSwapDbInfo

source§

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

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

impl Copy for RedisModuleSwapDbInfo