pub struct QuestionsPredictionHistoryRetrieveParams {
pub id: i32,
}
Expand description
struct for passing parameters to the method questions_prediction_history_retrieve
Fields§
§id: i32
A unique integer value identifying this question.
Trait Implementations§
Source§impl Clone for QuestionsPredictionHistoryRetrieveParams
impl Clone for QuestionsPredictionHistoryRetrieveParams
Source§fn clone(&self) -> QuestionsPredictionHistoryRetrieveParams
fn clone(&self) -> QuestionsPredictionHistoryRetrieveParams
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 QuestionsPredictionHistoryRetrieveParams
impl RefUnwindSafe for QuestionsPredictionHistoryRetrieveParams
impl Send for QuestionsPredictionHistoryRetrieveParams
impl Sync for QuestionsPredictionHistoryRetrieveParams
impl Unpin for QuestionsPredictionHistoryRetrieveParams
impl UnwindSafe for QuestionsPredictionHistoryRetrieveParams
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