pub struct TextMatch;Trait Implementations§
Source§impl HasField<__typename> for TextMatch
impl HasField<__typename> for TextMatch
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 TextMatch
impl RefUnwindSafe for TextMatch
impl Send for TextMatch
impl Sync for TextMatch
impl Unpin for TextMatch
impl UnwindSafe for TextMatch
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