Type Alias PbThrottleMutation

Source
pub type PbThrottleMutation = ThrottleMutation;

Aliased Type§

struct PbThrottleMutation {
    pub actor_throttle: HashMap<u32, RateLimit>,
}

Fields§

§actor_throttle: HashMap<u32, RateLimit>