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