Struct iai_callgrind_runner::api::Tool
source · pub struct Tool {
pub kind: ValgrindTool,
pub enable: Option<bool>,
pub raw_args: RawArgs,
pub outfile_modifier: Option<String>,
pub show_log: Option<bool>,
}Available on crate feature
api only.Fields§
§kind: ValgrindTool§enable: Option<bool>§raw_args: RawArgs§outfile_modifier: Option<String>§show_log: Option<bool>Trait Implementations§
source§impl<'de> Deserialize<'de> for Tool
impl<'de> Deserialize<'de> for Tool
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 From<Tool> for ToolConfig
Available on crate feature runner only.
impl From<Tool> for ToolConfig
Available on crate feature
runner only.source§impl PartialEq for Tool
impl PartialEq for Tool
impl Eq for Tool
impl StructuralEq for Tool
impl StructuralPartialEq for Tool
Auto Trait Implementations§
impl RefUnwindSafe for Tool
impl Send for Tool
impl Sync for Tool
impl Unpin for Tool
impl UnwindSafe for Tool
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.