pub enum PostTriggerV1CreateOrderApiError {
Status400(PostTriggerV1CreateOrderResponse400),
Status500(PostTriggerV1CreateOrderResponse500),
}Expand description
Typed error responses for postTriggerV1CreateOrder. One variant per declared non-2xx response.
Variants§
Status400(PostTriggerV1CreateOrderResponse400)
Status500(PostTriggerV1CreateOrderResponse500)
Trait Implementations§
Source§impl Clone for PostTriggerV1CreateOrderApiError
impl Clone for PostTriggerV1CreateOrderApiError
Source§fn clone(&self) -> PostTriggerV1CreateOrderApiError
fn clone(&self) -> PostTriggerV1CreateOrderApiError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PostTriggerV1CreateOrderApiError
impl RefUnwindSafe for PostTriggerV1CreateOrderApiError
impl Send for PostTriggerV1CreateOrderApiError
impl Sync for PostTriggerV1CreateOrderApiError
impl Unpin for PostTriggerV1CreateOrderApiError
impl UnsafeUnpin for PostTriggerV1CreateOrderApiError
impl UnwindSafe for PostTriggerV1CreateOrderApiError
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