pub struct RatedTicket { /* private fields */ }Expand description
A ticket-based rate limiter.
Implementations§
Source§impl RatedTicket
impl RatedTicket
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RatedTicket
impl !RefUnwindSafe for RatedTicket
impl Send for RatedTicket
impl Sync for RatedTicket
impl Unpin for RatedTicket
impl UnwindSafe for RatedTicket
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