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 duplicate 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 Freeze for DeleteRateLimiterParams
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