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