#[repr(C)]pub struct ValkeyModuleCommandKeySpec {
pub notes: *const c_char,
pub flags: u64,
pub begin_search_type: ValkeyModuleKeySpecBeginSearchType,
pub bs: ValkeyModuleCommandKeySpec__bindgen_ty_1,
pub find_keys_type: ValkeyModuleKeySpecFindKeysType,
pub fk: ValkeyModuleCommandKeySpec__bindgen_ty_2,
}Fields§
§notes: *const c_char§flags: u64§begin_search_type: ValkeyModuleKeySpecBeginSearchType§bs: ValkeyModuleCommandKeySpec__bindgen_ty_1§find_keys_type: ValkeyModuleKeySpecFindKeysType§fk: ValkeyModuleCommandKeySpec__bindgen_ty_2Trait Implementations§
Source§impl Clone for ValkeyModuleCommandKeySpec
impl Clone for ValkeyModuleCommandKeySpec
Source§fn clone(&self) -> ValkeyModuleCommandKeySpec
fn clone(&self) -> ValkeyModuleCommandKeySpec
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 ValkeyModuleCommandKeySpec
Auto Trait Implementations§
impl Freeze for ValkeyModuleCommandKeySpec
impl RefUnwindSafe for ValkeyModuleCommandKeySpec
impl !Send for ValkeyModuleCommandKeySpec
impl !Sync for ValkeyModuleCommandKeySpec
impl Unpin for ValkeyModuleCommandKeySpec
impl UnwindSafe for ValkeyModuleCommandKeySpec
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