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