pub struct DependencyAwareReport {
pub measurements: Vec<DepAwareMeasurement>,
}Expand description
Result of dependency-aware cache analysis.
Fields§
§measurements: Vec<DepAwareMeasurement>Implementations§
Trait Implementations§
Source§impl Clone for DependencyAwareReport
impl Clone for DependencyAwareReport
Source§fn clone(&self) -> DependencyAwareReport
fn clone(&self) -> DependencyAwareReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DependencyAwareReport
impl RefUnwindSafe for DependencyAwareReport
impl Send for DependencyAwareReport
impl Sync for DependencyAwareReport
impl Unpin for DependencyAwareReport
impl UnsafeUnpin for DependencyAwareReport
impl UnwindSafe for DependencyAwareReport
Blanket Implementations§
impl<T> Allocation for T
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