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