pub struct PromptCacheCrossRunRegression {
pub kind: String,
pub detail: String,
}Expand description
A single detected cross-run regression between the previous and current recorded sample for one session key.
Fields§
§kind: String§detail: StringTrait Implementations§
Source§impl Clone for PromptCacheCrossRunRegression
impl Clone for PromptCacheCrossRunRegression
Source§fn clone(&self) -> PromptCacheCrossRunRegression
fn clone(&self) -> PromptCacheCrossRunRegression
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<'de> Deserialize<'de> for PromptCacheCrossRunRegression
impl<'de> Deserialize<'de> for PromptCacheCrossRunRegression
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
impl StructuralPartialEq for PromptCacheCrossRunRegression
Auto Trait Implementations§
impl Freeze for PromptCacheCrossRunRegression
impl RefUnwindSafe for PromptCacheCrossRunRegression
impl Send for PromptCacheCrossRunRegression
impl Sync for PromptCacheCrossRunRegression
impl Unpin for PromptCacheCrossRunRegression
impl UnsafeUnpin for PromptCacheCrossRunRegression
impl UnwindSafe for PromptCacheCrossRunRegression
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