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