pub struct FtsPropertyPathSpec {
pub path: String,
pub mode: FtsPropertyPathMode,
}Expand description
A single registered property-FTS path with its extraction mode.
Fields§
§path: StringJSON path to the property (must start with $.).
mode: FtsPropertyPathModeWhether to treat this path as a scalar or recursively walk it.
Implementations§
Trait Implementations§
Source§impl Clone for FtsPropertyPathSpec
impl Clone for FtsPropertyPathSpec
Source§fn clone(&self) -> FtsPropertyPathSpec
fn clone(&self) -> FtsPropertyPathSpec
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 FtsPropertyPathSpec
impl Debug for FtsPropertyPathSpec
Source§impl PartialEq for FtsPropertyPathSpec
impl PartialEq for FtsPropertyPathSpec
Source§impl Serialize for FtsPropertyPathSpec
impl Serialize for FtsPropertyPathSpec
impl Eq for FtsPropertyPathSpec
impl StructuralPartialEq for FtsPropertyPathSpec
Auto Trait Implementations§
impl Freeze for FtsPropertyPathSpec
impl RefUnwindSafe for FtsPropertyPathSpec
impl Send for FtsPropertyPathSpec
impl Sync for FtsPropertyPathSpec
impl Unpin for FtsPropertyPathSpec
impl UnsafeUnpin for FtsPropertyPathSpec
impl UnwindSafe for FtsPropertyPathSpec
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.