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