pub struct UpdateReportInput;
Trait Implementations§
impl HasInputField<data, UpdateReportDataInput> for UpdateReportInput
impl HasInputField<selector, SelectorInput> for UpdateReportInput
impl InputObjectMarker for UpdateReportInput
Auto Trait Implementations§
impl Freeze for UpdateReportInput
impl RefUnwindSafe for UpdateReportInput
impl Send for UpdateReportInput
impl Sync for UpdateReportInput
impl Unpin for UpdateReportInput
impl UnwindSafe for UpdateReportInput
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