pub struct UpdateQuestionResultParams {
pub tenant_id: String,
pub id: String,
pub update_question_result_body: UpdateQuestionResultBody,
}Expand description
struct for passing parameters to the method update_question_result
Fields§
§tenant_id: String§id: String§update_question_result_body: UpdateQuestionResultBodyTrait Implementations§
Source§impl Clone for UpdateQuestionResultParams
impl Clone for UpdateQuestionResultParams
Source§fn clone(&self) -> UpdateQuestionResultParams
fn clone(&self) -> UpdateQuestionResultParams
Returns a duplicate 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 UpdateQuestionResultParams
impl RefUnwindSafe for UpdateQuestionResultParams
impl Send for UpdateQuestionResultParams
impl Sync for UpdateQuestionResultParams
impl Unpin for UpdateQuestionResultParams
impl UnwindSafe for UpdateQuestionResultParams
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