pub struct GrpcGatewayRuntimeStreamError {
pub details: Vec<GoogleProtobufAny>,
pub grpc_code: Option<i64>,
pub http_code: Option<i64>,
pub http_status: Option<String>,
pub message: Option<String>,
}
Fields§
§details: Vec<GoogleProtobufAny>
§grpc_code: Option<i64>
§http_code: Option<i64>
§http_status: Option<String>
§message: Option<String>
Trait Implementations§
Source§impl Clone for GrpcGatewayRuntimeStreamError
impl Clone for GrpcGatewayRuntimeStreamError
Source§fn clone(&self) -> GrpcGatewayRuntimeStreamError
fn clone(&self) -> GrpcGatewayRuntimeStreamError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for GrpcGatewayRuntimeStreamError
impl<'de> Deserialize<'de> for GrpcGatewayRuntimeStreamError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&GrpcGatewayRuntimeStreamError> for GrpcGatewayRuntimeStreamError
impl From<&GrpcGatewayRuntimeStreamError> for GrpcGatewayRuntimeStreamError
Source§fn from(value: &GrpcGatewayRuntimeStreamError) -> Self
fn from(value: &GrpcGatewayRuntimeStreamError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GrpcGatewayRuntimeStreamError
impl RefUnwindSafe for GrpcGatewayRuntimeStreamError
impl Send for GrpcGatewayRuntimeStreamError
impl Sync for GrpcGatewayRuntimeStreamError
impl Unpin for GrpcGatewayRuntimeStreamError
impl UnwindSafe for GrpcGatewayRuntimeStreamError
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