pub struct RedisModuleCommandHistoryEntry {
pub since: Option<Cow<'static, CStr>>,
pub changes: Option<Cow<'static, CStr>>,
}
Fields§
§since: Option<Cow<'static, CStr>>
§changes: Option<Cow<'static, CStr>>
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