pub struct SingleBookOutput;
Trait Implementations§
Source§impl HasField<__typename> for SingleBookOutput
impl HasField<__typename> for SingleBookOutput
Source§impl HasField<result> for SingleBookOutput
impl HasField<result> for SingleBookOutput
Auto Trait Implementations§
impl Freeze for SingleBookOutput
impl RefUnwindSafe for SingleBookOutput
impl Send for SingleBookOutput
impl Sync for SingleBookOutput
impl Unpin for SingleBookOutput
impl UnwindSafe for SingleBookOutput
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