pub struct collectionId;
Trait Implementations§
Source§impl Field for collectionId
impl Field for collectionId
impl HasInputField<collectionId, String> for CreateBookDataInput
Auto Trait Implementations§
impl Freeze for collectionId
impl RefUnwindSafe for collectionId
impl Send for collectionId
impl Sync for collectionId
impl Unpin for collectionId
impl UnwindSafe for collectionId
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