pub struct RunEvaluationRequest {
pub dataset_id: String,
pub agent_version: Option<String>,
}Expand description
RunEvaluationRequest model.
Fields§
§dataset_id: String§agent_version: Option<String>Trait Implementations§
Source§impl Clone for RunEvaluationRequest
impl Clone for RunEvaluationRequest
Source§fn clone(&self) -> RunEvaluationRequest
fn clone(&self) -> RunEvaluationRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RunEvaluationRequest
impl Debug for RunEvaluationRequest
Source§impl Default for RunEvaluationRequest
impl Default for RunEvaluationRequest
Source§fn default() -> RunEvaluationRequest
fn default() -> RunEvaluationRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RunEvaluationRequest
impl<'de> Deserialize<'de> for RunEvaluationRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RunEvaluationRequest
impl PartialEq for RunEvaluationRequest
Source§impl Serialize for RunEvaluationRequest
impl Serialize for RunEvaluationRequest
impl StructuralPartialEq for RunEvaluationRequest
Auto Trait Implementations§
impl Freeze for RunEvaluationRequest
impl RefUnwindSafe for RunEvaluationRequest
impl Send for RunEvaluationRequest
impl Sync for RunEvaluationRequest
impl Unpin for RunEvaluationRequest
impl UnsafeUnpin for RunEvaluationRequest
impl UnwindSafe for RunEvaluationRequest
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