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