pub struct CreateCollectionDataInput;
Trait Implementations§
impl HasInputField<contents, Option<JSON>> for CreateCollectionDataInput
impl HasInputField<createdAt, Date> for CreateCollectionDataInput
impl HasInputField<data, CreateCollectionDataInput> for CreateCollectionInput
impl HasInputField<firstPageLink, Option<String>> for CreateCollectionDataInput
impl HasInputField<gridImageId, Option<String>> for CreateCollectionDataInput
impl HasInputField<hideStartReadingButton, Option<bool>> for CreateCollectionDataInput
impl HasInputField<legacyData, Option<JSON>> for CreateCollectionDataInput
impl HasInputField<noindex, Option<bool>> for CreateCollectionDataInput
impl HasInputField<slug, String> for CreateCollectionDataInput
impl HasInputField<title, String> for CreateCollectionDataInput
impl InputObjectMarker for CreateCollectionDataInput
Auto Trait Implementations§
impl Freeze for CreateCollectionDataInput
impl RefUnwindSafe for CreateCollectionDataInput
impl Send for CreateCollectionDataInput
impl Sync for CreateCollectionDataInput
impl Unpin for CreateCollectionDataInput
impl UnwindSafe for CreateCollectionDataInput
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