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