pub struct AuthServiceTinc<T> { /* private fields */ }
Expand description
A tinc service struct that exports gRPC routes via an axum router.
Implementations§
Trait Implementations§
Source§impl<T> Clone for AuthServiceTinc<T>
impl<T> Clone for AuthServiceTinc<T>
Source§impl<T> Debug for AuthServiceTinc<T>
impl<T> Debug for AuthServiceTinc<T>
Source§impl<T> TincService for AuthServiceTinc<T>where
T: AuthService,
impl<T> TincService for AuthServiceTinc<T>where
T: AuthService,
Source§fn into_router(self) -> Router
fn into_router(self) -> Router
Convert the service into an axum router.
Source§fn openapi_schema_str(&self) -> &'static str
fn openapi_schema_str(&self) -> &'static str
Get the raw openapi spec for this tinc service.
Source§fn openapi_schema(&self) -> OpenApi
fn openapi_schema(&self) -> OpenApi
Get the openapi spec for this service.
Auto Trait Implementations§
impl<T> Freeze for AuthServiceTinc<T>
impl<T> RefUnwindSafe for AuthServiceTinc<T>where
T: RefUnwindSafe,
impl<T> Send for AuthServiceTinc<T>
impl<T> Sync for AuthServiceTinc<T>
impl<T> Unpin for AuthServiceTinc<T>
impl<T> UnwindSafe for AuthServiceTinc<T>where
T: RefUnwindSafe,
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> 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
].