pub struct editSurvey;
Trait Implementations§
Source§impl Field for editSurvey
impl Field for editSurvey
Source§impl HasArgument<name> for editSurvey
impl HasArgument<name> for editSurvey
Source§impl HasArgument<questions> for editSurvey
impl HasArgument<questions> for editSurvey
Source§type ArgumentType = Vec<SurveyQuestionInfo>
type ArgumentType = Vec<SurveyQuestionInfo>
The schema marker type of this argument.
Source§impl HasArgument<surveyId> for editSurvey
impl HasArgument<surveyId> for editSurvey
Auto Trait Implementations§
impl Freeze for editSurvey
impl RefUnwindSafe for editSurvey
impl Send for editSurvey
impl Sync for editSurvey
impl Unpin for editSurvey
impl UnwindSafe for editSurvey
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