Struct ibc_proto::cosmos::base::reflection::v1beta1::reflection_service_client::ReflectionServiceClient [−][src]
pub struct ReflectionServiceClient<T> { /* fields omitted */ }
Expand description
ReflectionService defines a service for interface reflection.
Implementations
impl<T> ReflectionServiceClient<T> where
T: GrpcService<BoxBody>,
T::ResponseBody: Body + Send + 'static,
T::Error: Into<StdError>,
<T::ResponseBody as Body>::Error: Into<StdError> + Send,
impl<T> ReflectionServiceClient<T> where
T: GrpcService<BoxBody>,
T::ResponseBody: Body + Send + 'static,
T::Error: Into<StdError>,
<T::ResponseBody as Body>::Error: Into<StdError> + Send,
pub fn with_interceptor<F>(
inner: T,
interceptor: F
) -> ReflectionServiceClient<InterceptedService<T, F>> where
F: Interceptor,
T: Service<Request<BoxBody>, Response = Response<<T as GrpcService<BoxBody>>::ResponseBody>>,
<T as Service<Request<BoxBody>>>::Error: Into<StdError> + Send + Sync,
Compress requests with gzip
.
This requires the server to support it otherwise it might respond with an error.
Enable decompressing responses with gzip
.
pub async fn list_all_interfaces(
&mut self,
request: impl IntoRequest<ListAllInterfacesRequest>
) -> Result<Response<ListAllInterfacesResponse>, Status>
pub async fn list_all_interfaces(
&mut self,
request: impl IntoRequest<ListAllInterfacesRequest>
) -> Result<Response<ListAllInterfacesResponse>, Status>
ListAllInterfaces lists all the interfaces registered in the interface registry.
pub async fn list_implementations(
&mut self,
request: impl IntoRequest<ListImplementationsRequest>
) -> Result<Response<ListImplementationsResponse>, Status>
pub async fn list_implementations(
&mut self,
request: impl IntoRequest<ListImplementationsRequest>
) -> Result<Response<ListImplementationsResponse>, Status>
ListImplementations list all the concrete types that implement a given interface.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for ReflectionServiceClient<T> where
T: RefUnwindSafe,
impl<T> Send for ReflectionServiceClient<T> where
T: Send,
impl<T> Sync for ReflectionServiceClient<T> where
T: Sync,
impl<T> Unpin for ReflectionServiceClient<T> where
T: Unpin,
impl<T> UnwindSafe for ReflectionServiceClient<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T
in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more