pub struct GeodeServiceClient<T> { /* private fields */ }Expand description
GeodeService gRPC client
Note: This is a stub implementation. The inner field is reserved
for future use when full gRPC support is implemented.
Implementations§
Source§impl GeodeServiceClient<Channel>
impl GeodeServiceClient<Channel>
Sourcepub async fn handshake(
&mut self,
_request: Request<GrpcHelloRequest>,
) -> Result<Response<GrpcHelloResponse>, Status>
pub async fn handshake( &mut self, _request: Request<GrpcHelloRequest>, ) -> Result<Response<GrpcHelloResponse>, Status>
Perform handshake RPC
Note: This is a stub implementation. Full gRPC support requires proper protobuf code generation with prost-build.
Sourcepub async fn execute(
&mut self,
_request: Request<GrpcExecuteRequest>,
) -> Result<Response<Streaming<GrpcExecutionResponse>>, Status>
pub async fn execute( &mut self, _request: Request<GrpcExecuteRequest>, ) -> Result<Response<Streaming<GrpcExecutionResponse>>, Status>
Execute query RPC (streaming response)
Note: This is a stub implementation.
Sourcepub async fn ping(
&mut self,
_request: Request<GrpcPingRequest>,
) -> Result<Response<GrpcPingResponse>, Status>
pub async fn ping( &mut self, _request: Request<GrpcPingRequest>, ) -> Result<Response<GrpcPingResponse>, Status>
Ping RPC
Note: This is a stub implementation.
Auto Trait Implementations§
impl<T> Freeze for GeodeServiceClient<T>where
T: Freeze,
impl<T> RefUnwindSafe for GeodeServiceClient<T>where
T: RefUnwindSafe,
impl<T> Send for GeodeServiceClient<T>where
T: Send,
impl<T> Sync for GeodeServiceClient<T>where
T: Sync,
impl<T> Unpin for GeodeServiceClient<T>where
T: Unpin,
impl<T> UnwindSafe for GeodeServiceClient<T>where
T: 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