#[repr(C)]pub struct RedisModuleCommandHistoryEntry {
pub since: *const i8,
pub changes: *const i8,
}
Fields§
§since: *const i8
§changes: *const i8
Trait Implementations§
Source§impl Clone for RedisModuleCommandHistoryEntry
impl Clone for RedisModuleCommandHistoryEntry
Source§fn clone(&self) -> RedisModuleCommandHistoryEntry
fn clone(&self) -> RedisModuleCommandHistoryEntry
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 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