pub struct ProfileRow {
pub cpu_per_call: Vec<f64>,
}Fields§
§cpu_per_call: Vec<f64>Trait Implementations§
Source§impl Clone for ProfileRow
impl Clone for ProfileRow
Source§fn clone(&self) -> ProfileRow
fn clone(&self) -> ProfileRow
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 ProfileRow
impl Debug for ProfileRow
Source§impl Default for ProfileRow
impl Default for ProfileRow
Source§fn default() -> ProfileRow
fn default() -> ProfileRow
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProfileRow
impl<'de> Deserialize<'de> for ProfileRow
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
Auto Trait Implementations§
impl Freeze for ProfileRow
impl RefUnwindSafe for ProfileRow
impl Send for ProfileRow
impl Sync for ProfileRow
impl Unpin for ProfileRow
impl UnwindSafe for ProfileRow
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, U> IntoExpectedType<U> for Twhere
U: FromExpectedType<T>,
impl<T, U> IntoExpectedType<U> for Twhere
U: FromExpectedType<T>,
Source§fn into_expected_type(self) -> Result<U, ConversionError>
fn into_expected_type(self) -> Result<U, ConversionError>
Casts this value as the target type, making the assumption that the types are correct. Read more