pub struct ModelBenchmarkSummary {
pub fastest_variant: ModelVariant,
pub lowest_peak_total_variant: ModelVariant,
pub comparisons: Vec<ModelBenchmarkComparison>,
}Fields§
§fastest_variant: ModelVariant§lowest_peak_total_variant: ModelVariant§comparisons: Vec<ModelBenchmarkComparison>Trait Implementations§
Source§impl Clone for ModelBenchmarkSummary
impl Clone for ModelBenchmarkSummary
Source§fn clone(&self) -> ModelBenchmarkSummary
fn clone(&self) -> ModelBenchmarkSummary
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 ModelBenchmarkSummary
impl Debug for ModelBenchmarkSummary
Source§impl<'de> Deserialize<'de> for ModelBenchmarkSummary
impl<'de> Deserialize<'de> for ModelBenchmarkSummary
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 PartialEq for ModelBenchmarkSummary
impl PartialEq for ModelBenchmarkSummary
Source§impl Serialize for ModelBenchmarkSummary
impl Serialize for ModelBenchmarkSummary
impl StructuralPartialEq for ModelBenchmarkSummary
Auto Trait Implementations§
impl Freeze for ModelBenchmarkSummary
impl RefUnwindSafe for ModelBenchmarkSummary
impl Send for ModelBenchmarkSummary
impl Sync for ModelBenchmarkSummary
impl Unpin for ModelBenchmarkSummary
impl UnsafeUnpin for ModelBenchmarkSummary
impl UnwindSafe for ModelBenchmarkSummary
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