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