Struct synd_api::serve::layer::authenticate::AuthenticateLayer
source · pub struct AuthenticateLayer<A> { /* private fields */ }
Implementations§
source§impl<A> AuthenticateLayer<A>
impl<A> AuthenticateLayer<A>
Trait Implementations§
source§impl<A: Clone> Clone for AuthenticateLayer<A>
impl<A: Clone> Clone for AuthenticateLayer<A>
source§fn clone(&self) -> AuthenticateLayer<A>
fn clone(&self) -> AuthenticateLayer<A>
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 moresource§impl<S, A> Layer<S> for AuthenticateLayer<A>where
A: Authenticate + Clone,
impl<S, A> Layer<S> for AuthenticateLayer<A>where
A: Authenticate + Clone,
Auto Trait Implementations§
impl<A> Freeze for AuthenticateLayer<A>where
A: Freeze,
impl<A> RefUnwindSafe for AuthenticateLayer<A>where
A: RefUnwindSafe,
impl<A> Send for AuthenticateLayer<A>where
A: Send,
impl<A> Sync for AuthenticateLayer<A>where
A: Sync,
impl<A> Unpin for AuthenticateLayer<A>where
A: Unpin,
impl<A> UnwindSafe for AuthenticateLayer<A>where
A: UnwindSafe,
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> FutureExt for T
impl<T> FutureExt for T
source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§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