pub struct RateLimitGuard { /* private fields */ }Expand description
Guard that releases the rate limiter permit when dropped.
Auto Trait Implementations§
impl Freeze for RateLimitGuard
impl !RefUnwindSafe for RateLimitGuard
impl Send for RateLimitGuard
impl Sync for RateLimitGuard
impl Unpin for RateLimitGuard
impl UnsafeUnpin for RateLimitGuard
impl !UnwindSafe for RateLimitGuard
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