#[repr(C)]pub struct RedisModuleCommandHistoryEntry {
pub since: *const c_char,
pub changes: *const c_char,
}
Fields§
§since: *const c_char
§changes: *const c_char
Trait Implementations§
Source§impl Clone for RedisModuleCommandHistoryEntry
impl Clone for RedisModuleCommandHistoryEntry
Source§fn clone(&self) -> RedisModuleCommandHistoryEntry
fn clone(&self) -> RedisModuleCommandHistoryEntry
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 moreimpl Copy for RedisModuleCommandHistoryEntry
Auto Trait Implementations§
impl Freeze for RedisModuleCommandHistoryEntry
impl RefUnwindSafe for RedisModuleCommandHistoryEntry
impl !Send for RedisModuleCommandHistoryEntry
impl !Sync for RedisModuleCommandHistoryEntry
impl Unpin for RedisModuleCommandHistoryEntry
impl UnwindSafe for RedisModuleCommandHistoryEntry
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