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