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