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