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