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 Freeze for GetRateLimiterParams
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