pub struct UpdateDigestPostDataInput;
Trait Implementations§
impl HasInputField<data, UpdateDigestPostDataInput> for UpdateDigestPostInput
impl HasInputField<digestId, Option<String>> for UpdateDigestPostDataInput
impl HasInputField<emailDigestStatus, Option<String>> for UpdateDigestPostDataInput
impl HasInputField<legacyData, Option<JSON>> for UpdateDigestPostDataInput
impl HasInputField<onsiteDigestStatus, Option<String>> for UpdateDigestPostDataInput
impl HasInputField<postId, Option<String>> for UpdateDigestPostDataInput
impl InputObjectMarker for UpdateDigestPostDataInput
Auto Trait Implementations§
impl Freeze for UpdateDigestPostDataInput
impl RefUnwindSafe for UpdateDigestPostDataInput
impl Send for UpdateDigestPostDataInput
impl Sync for UpdateDigestPostDataInput
impl Unpin for UpdateDigestPostDataInput
impl UnwindSafe for UpdateDigestPostDataInput
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