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