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