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