LayerResidenceStats: docs + distinct constructors for created=false,true

This commit is contained in:
Christian Schwarz
2023-02-02 11:32:48 +01:00
committed by Christian Schwarz
parent 0850d28059
commit 2e676fba96
6 changed files with 33 additions and 22 deletions

View File

@@ -258,7 +258,7 @@ pub struct LayerAccessStatFullDetails {
pub enum LayerResidenceStatus {
Resident {
timestamp_millis_since_epoch: u128,
creating: bool,
created: bool,
},
Evicted {
timestamp_millis_since_epoch: u128,