pub struct ToolCallRiskAssessmentLoadingState {
pub kind: ToolCallRiskAssessmentKind,
}Expand description
The model judge is still evaluating the tool call.
Fields§
§kind: ToolCallRiskAssessmentKindTrait Implementations§
Source§impl Clone for ToolCallRiskAssessmentLoadingState
impl Clone for ToolCallRiskAssessmentLoadingState
Source§fn clone(&self) -> ToolCallRiskAssessmentLoadingState
fn clone(&self) -> ToolCallRiskAssessmentLoadingState
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 ToolCallRiskAssessmentLoadingState
impl<'de> Deserialize<'de> for ToolCallRiskAssessmentLoadingState
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 ToolCallRiskAssessmentLoadingState
Auto Trait Implementations§
impl Freeze for ToolCallRiskAssessmentLoadingState
impl RefUnwindSafe for ToolCallRiskAssessmentLoadingState
impl Send for ToolCallRiskAssessmentLoadingState
impl Sync for ToolCallRiskAssessmentLoadingState
impl Unpin for ToolCallRiskAssessmentLoadingState
impl UnsafeUnpin for ToolCallRiskAssessmentLoadingState
impl UnwindSafe for ToolCallRiskAssessmentLoadingState
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