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