pub struct UpdateDigestDataInput;
Trait Implementations§
impl HasInputField<data, UpdateDigestDataInput> for UpdateDigestInput
impl HasInputField<endDate, Option<Date>> for UpdateDigestDataInput
impl HasInputField<legacyData, Option<JSON>> for UpdateDigestDataInput
impl HasInputField<num, Option<f64>> for UpdateDigestDataInput
impl HasInputField<onsiteImageId, Option<String>> for UpdateDigestDataInput
impl HasInputField<onsitePrimaryColor, Option<String>> for UpdateDigestDataInput
impl HasInputField<publishedDate, Option<Date>> for UpdateDigestDataInput
impl HasInputField<startDate, Option<Date>> for UpdateDigestDataInput
impl InputObjectMarker for UpdateDigestDataInput
Auto Trait Implementations§
impl Freeze for UpdateDigestDataInput
impl RefUnwindSafe for UpdateDigestDataInput
impl Send for UpdateDigestDataInput
impl Sync for UpdateDigestDataInput
impl Unpin for UpdateDigestDataInput
impl UnwindSafe for UpdateDigestDataInput
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