pub struct createReport;
Trait Implementations§
Source§impl Field for createReport
impl Field for createReport
Source§impl HasArgument<data> for createReport
impl HasArgument<data> for createReport
Source§type ArgumentType = CreateReportDataInput
type ArgumentType = CreateReportDataInput
The schema marker type of this argument.
Source§impl HasField<createReport> for Mutation
impl HasField<createReport> for Mutation
Source§type Type = Option<ReportOutput>
type Type = Option<ReportOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for createReport
impl RefUnwindSafe for createReport
impl Send for createReport
impl Sync for createReport
impl Unpin for createReport
impl UnwindSafe for createReport
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