pub struct UpdateReportDataInput;
Trait Implementations§
impl HasInputField<claimedUserId, Option<String>> for UpdateReportDataInput
impl HasInputField<closedAt, Option<Date>> for UpdateReportDataInput
impl HasInputField<createdAt, Option<Date>> for UpdateReportDataInput
impl HasInputField<data, UpdateReportDataInput> for UpdateReportInput
impl HasInputField<description, Option<String>> for UpdateReportDataInput
impl HasInputField<legacyData, Option<JSON>> for UpdateReportDataInput
impl HasInputField<markedAsSpam, Option<bool>> for UpdateReportDataInput
impl HasInputField<reportedAsSpam, Option<bool>> for UpdateReportDataInput
impl InputObjectMarker for UpdateReportDataInput
Auto Trait Implementations§
impl Freeze for UpdateReportDataInput
impl RefUnwindSafe for UpdateReportDataInput
impl Send for UpdateReportDataInput
impl Sync for UpdateReportDataInput
impl Unpin for UpdateReportDataInput
impl UnwindSafe for UpdateReportDataInput
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