pub struct UpdateEvaluationInput {
pub evaluation_id: String,
pub evaluation_name: String,
}
Fields§
§evaluation_id: String
The ID assigned to the Evaluation
during creation.
evaluation_name: String
A new user-supplied name or description of the Evaluation
that will replace the current content.
Trait Implementations§
Source§impl Clone for UpdateEvaluationInput
impl Clone for UpdateEvaluationInput
Source§fn clone(&self) -> UpdateEvaluationInput
fn clone(&self) -> UpdateEvaluationInput
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 moreSource§impl Debug for UpdateEvaluationInput
impl Debug for UpdateEvaluationInput
Source§impl Default for UpdateEvaluationInput
impl Default for UpdateEvaluationInput
Source§fn default() -> UpdateEvaluationInput
fn default() -> UpdateEvaluationInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateEvaluationInput
impl PartialEq for UpdateEvaluationInput
Source§impl Serialize for UpdateEvaluationInput
impl Serialize for UpdateEvaluationInput
impl StructuralPartialEq for UpdateEvaluationInput
Auto Trait Implementations§
impl Freeze for UpdateEvaluationInput
impl RefUnwindSafe for UpdateEvaluationInput
impl Send for UpdateEvaluationInput
impl Sync for UpdateEvaluationInput
impl Unpin for UpdateEvaluationInput
impl UnwindSafe for UpdateEvaluationInput
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