pub struct highlights;Trait Implementations§
Source§impl Field for highlights
impl Field for highlights
Source§impl HasField<highlights> for TextMatch
impl HasField<highlights> for TextMatch
Source§type Type = Vec<TextMatchHighlight>
type Type = Vec<TextMatchHighlight>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for highlights
impl RefUnwindSafe for highlights
impl Send for highlights
impl Sync for highlights
impl Unpin for highlights
impl UnwindSafe for highlights
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