pub struct books;
Trait Implementations§
Source§impl HasArgument<input> for books
impl HasArgument<input> for books
Source§type ArgumentType = Option<MultiBookInput>
type ArgumentType = Option<MultiBookInput>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for books
impl RefUnwindSafe for books
impl Send for books
impl Sync for books
impl Unpin for books
impl UnwindSafe for books
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