Struct ConcurrentLimitLayer
pub struct ConcurrentLimitLayer {
permits: usize,
}
Expand description
Fields§
§permits: usize
Implementations§
§impl ConcurrentLimitLayer
impl ConcurrentLimitLayer
pub fn new(permits: usize) -> ConcurrentLimitLayer
pub fn new(permits: usize) -> ConcurrentLimitLayer
Create a new ConcurrentLimitLayer will specify permits
Trait Implementations§
§impl Clone for ConcurrentLimitLayer
impl Clone for ConcurrentLimitLayer
§fn clone(&self) -> ConcurrentLimitLayer
fn clone(&self) -> ConcurrentLimitLayer
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl<A> Layer<A> for ConcurrentLimitLayerwhere
A: Access,
impl<A> Layer<A> for ConcurrentLimitLayerwhere
A: Access,
§type LayeredAccess = ConcurrentLimitAccessor<A>
type LayeredAccess = ConcurrentLimitAccessor<A>
The layered accessor that returned by this layer.
§fn layer(&self, inner: A) -> <ConcurrentLimitLayer as Layer<A>>::LayeredAccess
fn layer(&self, inner: A) -> <ConcurrentLimitLayer as Layer<A>>::LayeredAccess
Intercept the operations on the underlying storage.
Auto Trait Implementations§
impl Freeze for ConcurrentLimitLayer
impl RefUnwindSafe for ConcurrentLimitLayer
impl Send for ConcurrentLimitLayer
impl Sync for ConcurrentLimitLayer
impl Unpin for ConcurrentLimitLayer
impl UnwindSafe for ConcurrentLimitLayer
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> FutureExt for T
impl<T> FutureExt for T
§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request