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