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