pub struct DeleteEvalResponse {
pub object: String,
pub deleted: bool,
pub eval_id: String,
}
Fields§
§object: String
§deleted: bool
§eval_id: String
Implementations§
Trait Implementations§
Source§impl Clone for DeleteEvalResponse
impl Clone for DeleteEvalResponse
Source§fn clone(&self) -> DeleteEvalResponse
fn clone(&self) -> DeleteEvalResponse
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 DeleteEvalResponse
impl Debug for DeleteEvalResponse
Source§impl<'de> Deserialize<'de> for DeleteEvalResponse
impl<'de> Deserialize<'de> for DeleteEvalResponse
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 DeleteEvalResponse
impl PartialEq for DeleteEvalResponse
Source§impl Serialize for DeleteEvalResponse
impl Serialize for DeleteEvalResponse
impl StructuralPartialEq for DeleteEvalResponse
Auto Trait Implementations§
impl Freeze for DeleteEvalResponse
impl RefUnwindSafe for DeleteEvalResponse
impl Send for DeleteEvalResponse
impl Sync for DeleteEvalResponse
impl Unpin for DeleteEvalResponse
impl UnwindSafe for DeleteEvalResponse
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