pub struct FtIndexDefinition {
pub key_type: String,
pub prefixes: Vec<String>,
pub filter: Option<String>,
pub default_score: f64,
pub language: Option<String>,
}Expand description
FT.INFO index schema definition. FT.INFO 索引定义
Fields§
§key_type: String§prefixes: Vec<String>§filter: Option<String>§default_score: f64§language: Option<String>Trait Implementations§
Source§impl Clone for FtIndexDefinition
impl Clone for FtIndexDefinition
Source§fn clone(&self) -> FtIndexDefinition
fn clone(&self) -> FtIndexDefinition
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FtIndexDefinition
impl Debug for FtIndexDefinition
Source§impl PartialEq for FtIndexDefinition
impl PartialEq for FtIndexDefinition
impl StructuralPartialEq for FtIndexDefinition
Auto Trait Implementations§
impl Freeze for FtIndexDefinition
impl RefUnwindSafe for FtIndexDefinition
impl Send for FtIndexDefinition
impl Sync for FtIndexDefinition
impl Unpin for FtIndexDefinition
impl UnsafeUnpin for FtIndexDefinition
impl UnwindSafe for FtIndexDefinition
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