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