pub struct GatewayRuntimeError {
pub code: Option<i32>,
pub details: Option<Vec<GoogleProtobufAny>>,
pub error: Option<String>,
pub message: Option<String>,
}Fields§
§code: Option<i32>§details: Option<Vec<GoogleProtobufAny>>§error: Option<String>§message: Option<String>Trait Implementations§
Source§impl Clone for GatewayRuntimeError
impl Clone for GatewayRuntimeError
Source§fn clone(&self) -> GatewayRuntimeError
fn clone(&self) -> GatewayRuntimeError
Returns a duplicate 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 Debug for GatewayRuntimeError
impl Debug for GatewayRuntimeError
Source§impl Default for GatewayRuntimeError
impl Default for GatewayRuntimeError
Source§fn default() -> GatewayRuntimeError
fn default() -> GatewayRuntimeError
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GatewayRuntimeError
impl<'de> Deserialize<'de> for GatewayRuntimeError
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 PartialEq for GatewayRuntimeError
impl PartialEq for GatewayRuntimeError
Source§impl Serialize for GatewayRuntimeError
impl Serialize for GatewayRuntimeError
impl StructuralPartialEq for GatewayRuntimeError
Auto Trait Implementations§
impl Freeze for GatewayRuntimeError
impl RefUnwindSafe for GatewayRuntimeError
impl Send for GatewayRuntimeError
impl Sync for GatewayRuntimeError
impl Unpin for GatewayRuntimeError
impl UnwindSafe for GatewayRuntimeError
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