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