pub struct RateLimitLayer { /* private fields */ }
Expand description
Enforces a rate limit on the number of requests the underlying service can handle over a period of time.
Implementations
Trait Implementations
sourceimpl Clone for RateLimitLayer
impl Clone for RateLimitLayer
sourcefn clone(&self) -> RateLimitLayer
fn clone(&self) -> RateLimitLayer
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RateLimitLayer
impl Debug for RateLimitLayer
Auto Trait Implementations
impl RefUnwindSafe for RateLimitLayer
impl Send for RateLimitLayer
impl Sync for RateLimitLayer
impl Unpin for RateLimitLayer
impl UnwindSafe for RateLimitLayer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more