pub struct updateBook;
Trait Implementations§
Source§impl Field for updateBook
impl Field for updateBook
Source§impl HasArgument<data> for updateBook
impl HasArgument<data> for updateBook
Source§type ArgumentType = UpdateBookDataInput
type ArgumentType = UpdateBookDataInput
The schema marker type of this argument.
Source§impl HasArgument<selector> for updateBook
impl HasArgument<selector> for updateBook
Source§type ArgumentType = SelectorInput
type ArgumentType = SelectorInput
The schema marker type of this argument.
Source§impl HasField<updateBook> for Mutation
impl HasField<updateBook> for Mutation
Source§type Type = Option<BookOutput>
type Type = Option<BookOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for updateBook
impl RefUnwindSafe for updateBook
impl Send for updateBook
impl Sync for updateBook
impl Unpin for updateBook
impl UnwindSafe for updateBook
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