pub struct GrpcCallResponse { /* private fields */ }
Expand description
Response type for GrpcCall::callback
Implementations§
Source§impl GrpcCallResponse
impl GrpcCallResponse
Sourcepub fn status_code(&self) -> GrpcCode
pub fn status_code(&self) -> GrpcCode
GRPC status code of the response
Sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
Optional GRPC status message of the response
Auto Trait Implementations§
impl Freeze for GrpcCallResponse
impl RefUnwindSafe for GrpcCallResponse
impl Send for GrpcCallResponse
impl Sync for GrpcCallResponse
impl Unpin for GrpcCallResponse
impl UnwindSafe for GrpcCallResponse
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