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