pub struct createCsvExportReport;Trait Implementations§
Source§impl Field for createCsvExportReport
impl Field for createCsvExportReport
Source§impl HasField<createCsvExportReport> for Mutation
impl HasField<createCsvExportReport> for Mutation
Source§type Type = CreateCsvExportReportPayload
type Type = CreateCsvExportReportPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for createCsvExportReport
impl RefUnwindSafe for createCsvExportReport
impl Send for createCsvExportReport
impl Sync for createCsvExportReport
impl Unpin for createCsvExportReport
impl UnwindSafe for createCsvExportReport
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