pub struct BetaErrorResponse {
pub error: BetaError,
pub request_id: String,
pub type_: BetaErrorResponseType,
}Expand description
Top-level beta error response wrapper.
Fields§
§error: BetaError§request_id: String§type_: BetaErrorResponseTypeTrait Implementations§
Source§impl Clone for BetaErrorResponse
impl Clone for BetaErrorResponse
Source§fn clone(&self) -> BetaErrorResponse
fn clone(&self) -> BetaErrorResponse
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 BetaErrorResponse
impl Debug for BetaErrorResponse
Source§impl<'de> Deserialize<'de> for BetaErrorResponse
impl<'de> Deserialize<'de> for BetaErrorResponse
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 BetaErrorResponse
impl PartialEq for BetaErrorResponse
Source§impl Serialize for BetaErrorResponse
impl Serialize for BetaErrorResponse
impl Eq for BetaErrorResponse
impl StructuralPartialEq for BetaErrorResponse
Auto Trait Implementations§
impl Freeze for BetaErrorResponse
impl RefUnwindSafe for BetaErrorResponse
impl Send for BetaErrorResponse
impl Sync for BetaErrorResponse
impl Unpin for BetaErrorResponse
impl UnsafeUnpin for BetaErrorResponse
impl UnwindSafe for BetaErrorResponse
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