Struct actix_limitation::Limiter
source · [−]pub struct Limiter { /* private fields */ }
Expand description
Rate limiter.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Limiter
impl Send for Limiter
impl Sync for Limiter
impl Unpin for Limiter
impl !UnwindSafe for Limiter
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