pub struct TagPreviewWithSummaries;
Trait Implementations§
Source§impl HasField<__typename> for TagPreviewWithSummaries
impl HasField<__typename> for TagPreviewWithSummaries
Source§impl HasField<lens> for TagPreviewWithSummaries
impl HasField<lens> for TagPreviewWithSummaries
Source§type Type = Option<MultiDocument>
type Type = Option<MultiDocument>
The schema marker type of this field.
Source§impl HasField<summaries> for TagPreviewWithSummaries
impl HasField<summaries> for TagPreviewWithSummaries
Source§type Type = Vec<MultiDocument>
type Type = Vec<MultiDocument>
The schema marker type of this field.
Source§impl HasField<tag> for TagPreviewWithSummaries
impl HasField<tag> for TagPreviewWithSummaries
Auto Trait Implementations§
impl Freeze for TagPreviewWithSummaries
impl RefUnwindSafe for TagPreviewWithSummaries
impl Send for TagPreviewWithSummaries
impl Sync for TagPreviewWithSummaries
impl Unpin for TagPreviewWithSummaries
impl UnwindSafe for TagPreviewWithSummaries
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