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