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