pub struct question;
Trait Implementations§
Source§impl HasField<question> for ElicitQuestionPrediction
impl HasField<question> for ElicitQuestionPrediction
Source§type Type = ElicitQuestion
type Type = ElicitQuestion
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for question
impl RefUnwindSafe for question
impl Send for question
impl Sync for question
impl Unpin for question
impl UnwindSafe for question
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