Struct fastly_api::apis::rate_limiter_api::DeleteRateLimiterParams
source · pub struct DeleteRateLimiterParams {
pub rate_limiter_id: String,
}Expand description
struct for passing parameters to the method delete_rate_limiter
Fields§
§rate_limiter_id: StringAlphanumeric string identifying the rate limiter.
Trait Implementations§
source§impl Clone for DeleteRateLimiterParams
impl Clone for DeleteRateLimiterParams
source§fn clone(&self) -> DeleteRateLimiterParams
fn clone(&self) -> DeleteRateLimiterParams
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 DeleteRateLimiterParams
impl Debug for DeleteRateLimiterParams
source§impl Default for DeleteRateLimiterParams
impl Default for DeleteRateLimiterParams
source§fn default() -> DeleteRateLimiterParams
fn default() -> DeleteRateLimiterParams
Returns the “default value” for a type. Read more