pub struct SessionsServiceTinc<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 SessionsServiceTinc<T>
impl<T> Clone for SessionsServiceTinc<T>
Source§impl<T> Debug for SessionsServiceTinc<T>
impl<T> Debug for SessionsServiceTinc<T>
Source§impl<T> TincService for SessionsServiceTinc<T>where
T: SessionsService,
impl<T> TincService for SessionsServiceTinc<T>where
T: SessionsService,
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 SessionsServiceTinc<T>
impl<T> RefUnwindSafe for SessionsServiceTinc<T>where
T: RefUnwindSafe,
impl<T> Send for SessionsServiceTinc<T>
impl<T> Sync for SessionsServiceTinc<T>
impl<T> Unpin for SessionsServiceTinc<T>
impl<T> UnwindSafe for SessionsServiceTinc<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,
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