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