Struct iai_callgrind_runner::api::RawCallgrindArgs
source · pub struct RawCallgrindArgs(pub Vec<String>);Available on crate feature
api only.Tuple Fields§
§0: Vec<String>Implementations§
Trait Implementations§
source§impl Clone for RawCallgrindArgs
impl Clone for RawCallgrindArgs
source§fn clone(&self) -> RawCallgrindArgs
fn clone(&self) -> RawCallgrindArgs
Returns a copy 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 RawCallgrindArgs
impl Debug for RawCallgrindArgs
source§impl Default for RawCallgrindArgs
impl Default for RawCallgrindArgs
source§fn default() -> RawCallgrindArgs
fn default() -> RawCallgrindArgs
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RawCallgrindArgs
impl<'de> Deserialize<'de> for RawCallgrindArgs
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<I> FromIterator<I> for RawCallgrindArgs
impl<I> FromIterator<I> for RawCallgrindArgs
source§fn from_iter<T: IntoIterator<Item = I>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = I>>(iter: T) -> Self
Creates a value from an iterator. Read more
source§impl PartialEq for RawCallgrindArgs
impl PartialEq for RawCallgrindArgs
source§fn eq(&self, other: &RawCallgrindArgs) -> bool
fn eq(&self, other: &RawCallgrindArgs) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for RawCallgrindArgs
impl Serialize for RawCallgrindArgs
impl Eq for RawCallgrindArgs
impl StructuralEq for RawCallgrindArgs
impl StructuralPartialEq for RawCallgrindArgs
Auto Trait Implementations§
impl RefUnwindSafe for RawCallgrindArgs
impl Send for RawCallgrindArgs
impl Sync for RawCallgrindArgs
impl Unpin for RawCallgrindArgs
impl UnwindSafe for RawCallgrindArgs
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.