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: String
Alphanumeric 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
Auto Trait Implementations§
impl RefUnwindSafe for DeleteRateLimiterParams
impl Send for DeleteRateLimiterParams
impl Sync for DeleteRateLimiterParams
impl Unpin for DeleteRateLimiterParams
impl UnwindSafe for DeleteRateLimiterParams
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