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