pub enum FtsPropertyPathMode {
Scalar,
Recursive,
}Expand description
Extraction mode for a single registered FTS property path.
Variants§
Scalar
Resolve the path and append the scalar value(s). Matches legacy pre-Phase-4 behaviour.
Recursive
Recursively walk every scalar leaf rooted at the path. Each leaf contributes one entry to the position map.
Trait Implementations§
Source§impl Clone for FtsPropertyPathMode
impl Clone for FtsPropertyPathMode
Source§fn clone(&self) -> FtsPropertyPathMode
fn clone(&self) -> FtsPropertyPathMode
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 moreSource§impl Debug for FtsPropertyPathMode
impl Debug for FtsPropertyPathMode
Source§impl Default for FtsPropertyPathMode
impl Default for FtsPropertyPathMode
Source§fn default() -> FtsPropertyPathMode
fn default() -> FtsPropertyPathMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for FtsPropertyPathMode
impl PartialEq for FtsPropertyPathMode
Source§impl Serialize for FtsPropertyPathMode
impl Serialize for FtsPropertyPathMode
impl Copy for FtsPropertyPathMode
impl Eq for FtsPropertyPathMode
impl StructuralPartialEq for FtsPropertyPathMode
Auto Trait Implementations§
impl Freeze for FtsPropertyPathMode
impl RefUnwindSafe for FtsPropertyPathMode
impl Send for FtsPropertyPathMode
impl Sync for FtsPropertyPathMode
impl Unpin for FtsPropertyPathMode
impl UnsafeUnpin for FtsPropertyPathMode
impl UnwindSafe for FtsPropertyPathMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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§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.