pub struct EstimationComparison {
pub total_sloc: usize,
pub reports: Vec<EstimationReport>,
}Expand description
Multi-model comparison report.
Fields§
§total_sloc: usize§reports: Vec<EstimationReport>Trait Implementations§
Source§impl Clone for EstimationComparison
impl Clone for EstimationComparison
Source§fn clone(&self) -> EstimationComparison
fn clone(&self) -> EstimationComparison
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 EstimationComparison
impl Debug for EstimationComparison
Auto Trait Implementations§
impl Freeze for EstimationComparison
impl RefUnwindSafe for EstimationComparison
impl Send for EstimationComparison
impl Sync for EstimationComparison
impl Unpin for EstimationComparison
impl UnsafeUnpin for EstimationComparison
impl UnwindSafe for EstimationComparison
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