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