pub struct NativeRpcServices<A, S, Q, T, C, D, H> {
pub auth: A,
pub session: S,
pub query: Q,
pub transaction: T,
pub catalog: C,
pub admin: D,
pub health: H,
}Fields§
§auth: A§session: S§query: Q§transaction: T§catalog: C§admin: D§health: HAuto Trait Implementations§
impl<A, S, Q, T, C, D, H> Freeze for NativeRpcServices<A, S, Q, T, C, D, H>
impl<A, S, Q, T, C, D, H> RefUnwindSafe for NativeRpcServices<A, S, Q, T, C, D, H>where
A: RefUnwindSafe,
S: RefUnwindSafe,
Q: RefUnwindSafe,
T: RefUnwindSafe,
C: RefUnwindSafe,
D: RefUnwindSafe,
H: RefUnwindSafe,
impl<A, S, Q, T, C, D, H> Send for NativeRpcServices<A, S, Q, T, C, D, H>
impl<A, S, Q, T, C, D, H> Sync for NativeRpcServices<A, S, Q, T, C, D, H>
impl<A, S, Q, T, C, D, H> Unpin for NativeRpcServices<A, S, Q, T, C, D, H>
impl<A, S, Q, T, C, D, H> UnsafeUnpin for NativeRpcServices<A, S, Q, T, C, D, H>where
A: UnsafeUnpin,
S: UnsafeUnpin,
Q: UnsafeUnpin,
T: UnsafeUnpin,
C: UnsafeUnpin,
D: UnsafeUnpin,
H: UnsafeUnpin,
impl<A, S, Q, T, C, D, H> UnwindSafe for NativeRpcServices<A, S, Q, T, C, D, H>where
A: UnwindSafe,
S: UnwindSafe,
Q: UnwindSafe,
T: UnwindSafe,
C: UnwindSafe,
D: UnwindSafe,
H: 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> 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