struct MULTIPLEXERS {
__private_field: (),
}Expand description
Process-wide registry, one entry per sidecar identifier.
Lookup site for SendNotification / SendRequest to consult
when LAND_VINE_STREAMING=1.
Fields§
§__private_field: ()Trait Implementations§
Source§impl Deref for MULTIPLEXERS
impl Deref for MULTIPLEXERS
impl LazyStatic for MULTIPLEXERS
Auto Trait Implementations§
impl Freeze for MULTIPLEXERS
impl RefUnwindSafe for MULTIPLEXERS
impl Send for MULTIPLEXERS
impl Sync for MULTIPLEXERS
impl Unpin for MULTIPLEXERS
impl UnsafeUnpin for MULTIPLEXERS
impl UnwindSafe for MULTIPLEXERS
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
§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>
§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request§impl<L> LayerExt<L> for L
impl<L> LayerExt<L> for L
§fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>where
L: Layer<S>,
fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>where
L: Layer<S>,
Applies the layer to a service and wraps it in [
Layered].