pub struct DeleteEvalParams {
pub eval_id: String,
}
Fields§
§eval_id: String
The ID of the evaluation to delete.
Implementations§
Trait Implementations§
Source§impl Clone for DeleteEvalParams
impl Clone for DeleteEvalParams
Source§fn clone(&self) -> DeleteEvalParams
fn clone(&self) -> DeleteEvalParams
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeleteEvalParams
impl Debug for DeleteEvalParams
Source§impl<'de> Deserialize<'de> for DeleteEvalParams
impl<'de> Deserialize<'de> for DeleteEvalParams
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 DeleteEvalParams
impl PartialEq for DeleteEvalParams
Source§impl Serialize for DeleteEvalParams
impl Serialize for DeleteEvalParams
impl StructuralPartialEq for DeleteEvalParams
Auto Trait Implementations§
impl Freeze for DeleteEvalParams
impl RefUnwindSafe for DeleteEvalParams
impl Send for DeleteEvalParams
impl Sync for DeleteEvalParams
impl Unpin for DeleteEvalParams
impl UnwindSafe for DeleteEvalParams
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