Skip to main content

QueueSnapshotEntry

Type Alias QueueSnapshotEntry 

Source
pub type QueueSnapshotEntry = QueueSnapshotEntry;

Aliased Type§

pub struct QueueSnapshotEntry {
    pub name: String,
    pub category: String,
    pub depth: u64,
    pub high_water: u64,
    pub capacity: u64,
    pub fill_percent: u64,
}

Fields§

§name: String§category: String§depth: u64§high_water: u64§capacity: u64§fill_percent: u64