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