pub struct DigestHighlights;
Trait Implementations§
Source§impl Field for DigestHighlights
impl Field for DigestHighlights
Source§impl HasArgument<limit> for DigestHighlights
impl HasArgument<limit> for DigestHighlights
Source§impl HasField<DigestHighlights> for Query
impl HasField<DigestHighlights> for Query
Source§type Type = Option<DigestHighlightsResult>
type Type = Option<DigestHighlightsResult>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for DigestHighlights
impl RefUnwindSafe for DigestHighlights
impl Send for DigestHighlights
impl Sync for DigestHighlights
impl Unpin for DigestHighlights
impl UnwindSafe for DigestHighlights
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