pub struct LexicalField {
pub path: FieldPath,
pub weight_micros: u32,
}Expand description
One configured document field.
Fields§
§path: FieldPathExact canonical document field path.
weight_micros: u32Positive weight in millionths.
Trait Implementations§
Source§impl Clone for LexicalField
impl Clone for LexicalField
Source§fn clone(&self) -> LexicalField
fn clone(&self) -> LexicalField
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 LexicalField
impl Debug for LexicalField
impl Eq for LexicalField
Source§impl PartialEq for LexicalField
impl PartialEq for LexicalField
impl StructuralPartialEq for LexicalField
Auto Trait Implementations§
impl Freeze for LexicalField
impl RefUnwindSafe for LexicalField
impl Send for LexicalField
impl Sync for LexicalField
impl Unpin for LexicalField
impl UnsafeUnpin for LexicalField
impl UnwindSafe for LexicalField
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