1
2
3
4
pub struct Valve {
    name: String,
    rate: usize,
}