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