Struct fastly_api::apis::rate_limiter_api::GetRateLimiterParams
source · pub struct GetRateLimiterParams {
pub rate_limiter_id: String,
}Expand description
struct for passing parameters to the method get_rate_limiter
Fields§
§rate_limiter_id: StringAlphanumeric string identifying the rate limiter.
Trait Implementations§
source§impl Clone for GetRateLimiterParams
impl Clone for GetRateLimiterParams
source§fn clone(&self) -> GetRateLimiterParams
fn clone(&self) -> GetRateLimiterParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GetRateLimiterParams
impl Debug for GetRateLimiterParams
source§impl Default for GetRateLimiterParams
impl Default for GetRateLimiterParams
source§fn default() -> GetRateLimiterParams
fn default() -> GetRateLimiterParams
Returns the “default value” for a type. Read more