pub struct QuestionsPredictCreateParams {
pub id: i32,
pub prediction_input: PredictionInput,
}
Expand description
struct for passing parameters to the method questions_predict_create
Fields§
§id: i32
A unique integer value identifying this question.
prediction_input: PredictionInput
Trait Implementations§
Source§impl Clone for QuestionsPredictCreateParams
impl Clone for QuestionsPredictCreateParams
Source§fn clone(&self) -> QuestionsPredictCreateParams
fn clone(&self) -> QuestionsPredictCreateParams
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for QuestionsPredictCreateParams
impl RefUnwindSafe for QuestionsPredictCreateParams
impl Send for QuestionsPredictCreateParams
impl Sync for QuestionsPredictCreateParams
impl Unpin for QuestionsPredictCreateParams
impl UnwindSafe for QuestionsPredictCreateParams
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