pub struct questions;
Trait Implementations§
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.
Auto Trait Implementations§
impl Freeze for questions
impl RefUnwindSafe for questions
impl Send for questions
impl Sync for questions
impl Unpin for questions
impl UnwindSafe for questions
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