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