#[non_exhaustive]pub struct ToolParameterKeyMatchSpec { /* private fields */ }Available on crate feature
evaluation-service only.Expand description
Spec for tool parameter key match metric.
Implementations§
Trait Implementations§
Source§impl Clone for ToolParameterKeyMatchSpec
impl Clone for ToolParameterKeyMatchSpec
Source§fn clone(&self) -> ToolParameterKeyMatchSpec
fn clone(&self) -> ToolParameterKeyMatchSpec
Returns a duplicate of the value. Read more
1.0.0 · 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 ToolParameterKeyMatchSpec
impl Debug for ToolParameterKeyMatchSpec
Source§impl Default for ToolParameterKeyMatchSpec
impl Default for ToolParameterKeyMatchSpec
Source§fn default() -> ToolParameterKeyMatchSpec
fn default() -> ToolParameterKeyMatchSpec
Returns the “default value” for a type. Read more
Source§impl Message for ToolParameterKeyMatchSpec
impl Message for ToolParameterKeyMatchSpec
impl StructuralPartialEq for ToolParameterKeyMatchSpec
Auto Trait Implementations§
impl Freeze for ToolParameterKeyMatchSpec
impl RefUnwindSafe for ToolParameterKeyMatchSpec
impl Send for ToolParameterKeyMatchSpec
impl Sync for ToolParameterKeyMatchSpec
impl Unpin for ToolParameterKeyMatchSpec
impl UnwindSafe for ToolParameterKeyMatchSpec
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