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