pub struct RateLimitLayer<PR, ReqTy, RespTy, IntoRespTy, C> { /* private fields */ }Implementations§
Source§impl<PR, ReqTy, RespTy, IntoRespTy, C> RateLimitLayer<PR, ReqTy, RespTy, IntoRespTy, C>
impl<PR, ReqTy, RespTy, IntoRespTy, C> RateLimitLayer<PR, ReqTy, RespTy, IntoRespTy, C>
Trait Implementations§
Source§impl<PR, ReqTy, RespTy, IntoRespTy, C> Clone for RateLimitLayer<PR, ReqTy, RespTy, IntoRespTy, C>where
C: Clone,
impl<PR, ReqTy, RespTy, IntoRespTy, C> Clone for RateLimitLayer<PR, ReqTy, RespTy, IntoRespTy, C>where
C: Clone,
Source§impl<S, PR, ReqTy, RespTy, IntoRespTy, C> Layer<S> for RateLimitLayer<PR, ReqTy, RespTy, IntoRespTy, C>where
C: Clone,
impl<S, PR, ReqTy, RespTy, IntoRespTy, C> Layer<S> for RateLimitLayer<PR, ReqTy, RespTy, IntoRespTy, C>where
C: Clone,
Auto Trait Implementations§
impl<PR, ReqTy, RespTy, IntoRespTy, C> Freeze for RateLimitLayer<PR, ReqTy, RespTy, IntoRespTy, C>where
C: Freeze,
impl<PR, ReqTy, RespTy, IntoRespTy, C> !RefUnwindSafe for RateLimitLayer<PR, ReqTy, RespTy, IntoRespTy, C>
impl<PR, ReqTy, RespTy, IntoRespTy, C> Send for RateLimitLayer<PR, ReqTy, RespTy, IntoRespTy, C>
impl<PR, ReqTy, RespTy, IntoRespTy, C> Sync for RateLimitLayer<PR, ReqTy, RespTy, IntoRespTy, C>
impl<PR, ReqTy, RespTy, IntoRespTy, C> Unpin for RateLimitLayer<PR, ReqTy, RespTy, IntoRespTy, C>where
C: Unpin,
impl<PR, ReqTy, RespTy, IntoRespTy, C> !UnwindSafe for RateLimitLayer<PR, ReqTy, RespTy, IntoRespTy, C>
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