pub struct CreateMultiDocumentInput;
Trait Implementations§
impl HasInputField<data, CreateMultiDocumentDataInput> for CreateMultiDocumentInput
impl InputObjectMarker for CreateMultiDocumentInput
Auto Trait Implementations§
impl Freeze for CreateMultiDocumentInput
impl RefUnwindSafe for CreateMultiDocumentInput
impl Send for CreateMultiDocumentInput
impl Sync for CreateMultiDocumentInput
impl Unpin for CreateMultiDocumentInput
impl UnwindSafe for CreateMultiDocumentInput
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