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