pub struct RedisModuleCommandKeySpec {
pub notes: Option<Cow<'static, CStr>>,
pub flags: Vec<KeySpecFlag>,
pub begin_search: KeySpecBeginSearch,
pub find_keys: Option<KeySpecFindKeys>,
}
Fields§
§notes: Option<Cow<'static, CStr>>
§flags: Vec<KeySpecFlag>
§begin_search: KeySpecBeginSearch
§find_keys: Option<KeySpecFindKeys>
Auto Trait Implementations§
impl Freeze for RedisModuleCommandKeySpec
impl RefUnwindSafe for RedisModuleCommandKeySpec
impl Send for RedisModuleCommandKeySpec
impl Sync for RedisModuleCommandKeySpec
impl Unpin for RedisModuleCommandKeySpec
impl UnwindSafe for RedisModuleCommandKeySpec
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