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