pub enum CfInsert {
Capacity(u64),
BucketSize(u8),
MaxIterations(u16),
Expansion(u16),
PageSize(u32),
NoCreate,
Nx,
}Expand description
CF.INSERT command options. CF.INSERT 命令选项
Variants§
Trait Implementations§
impl Copy for CfInsert
impl<'__de> Decode<'__de> for CfInsertwhere
'__de:,
impl Encode for CfInsert
impl Eq for CfInsert
Source§impl FromIterator<CfInsert> for CuckooFilterInsert
impl FromIterator<CfInsert> for CuckooFilterInsert
impl StructuralPartialEq for CfInsert
Auto Trait Implementations§
impl Freeze for CfInsert
impl RefUnwindSafe for CfInsert
impl Send for CfInsert
impl Sync for CfInsert
impl Unpin for CfInsert
impl UnsafeUnpin for CfInsert
impl UnwindSafe for CfInsert
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DecodeOwned for Twhere
T: for<'de> Decode<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.