#[repr(C)]pub struct RedisModuleSwapDbInfo {
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
impl Clone for RedisModuleSwapDbInfo
Source§fn clone(&self) -> RedisModuleSwapDbInfo
fn clone(&self) -> RedisModuleSwapDbInfo
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 RedisModuleSwapDbInfo
impl Debug for RedisModuleSwapDbInfo
impl Copy for RedisModuleSwapDbInfo
Auto Trait Implementations§
impl Freeze for RedisModuleSwapDbInfo
impl RefUnwindSafe for RedisModuleSwapDbInfo
impl Send for RedisModuleSwapDbInfo
impl Sync for RedisModuleSwapDbInfo
impl Unpin for RedisModuleSwapDbInfo
impl UnwindSafe for RedisModuleSwapDbInfo
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