pub struct ReachablePackBuild {
pub pack: PackWrite,
pub reuse: ReachablePackReuseStats,
}Expand description
A reachable pack together with evidence that its reuse path engaged.
Fields§
§pack: PackWrite§reuse: ReachablePackReuseStatsTrait Implementations§
Source§impl Clone for ReachablePackBuild
impl Clone for ReachablePackBuild
Source§impl Debug for ReachablePackBuild
impl Debug for ReachablePackBuild
impl Eq for ReachablePackBuild
Source§impl PartialEq for ReachablePackBuild
impl PartialEq for ReachablePackBuild
impl StructuralPartialEq for ReachablePackBuild
Auto Trait Implementations§
impl Freeze for ReachablePackBuild
impl RefUnwindSafe for ReachablePackBuild
impl Send for ReachablePackBuild
impl Sync for ReachablePackBuild
impl Unpin for ReachablePackBuild
impl UnsafeUnpin for ReachablePackBuild
impl UnwindSafe for ReachablePackBuild
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