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: String
Alphanumeric 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
Auto Trait Implementations§
impl RefUnwindSafe for GetRateLimiterParams
impl Send for GetRateLimiterParams
impl Sync for GetRateLimiterParams
impl Unpin for GetRateLimiterParams
impl UnwindSafe for GetRateLimiterParams
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more