pub enum PostTriggerV1CancelOrderApiError {
Status400(PostTriggerV1CancelOrderResponse400),
Status500(PostTriggerV1CancelOrderResponse500),
}Expand description
Typed error responses for postTriggerV1CancelOrder. One variant per declared non-2xx response.
Variants§
Status400(PostTriggerV1CancelOrderResponse400)
Status500(PostTriggerV1CancelOrderResponse500)
Trait Implementations§
Source§impl Clone for PostTriggerV1CancelOrderApiError
impl Clone for PostTriggerV1CancelOrderApiError
Source§fn clone(&self) -> PostTriggerV1CancelOrderApiError
fn clone(&self) -> PostTriggerV1CancelOrderApiError
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 PostTriggerV1CancelOrderApiError
impl RefUnwindSafe for PostTriggerV1CancelOrderApiError
impl Send for PostTriggerV1CancelOrderApiError
impl Sync for PostTriggerV1CancelOrderApiError
impl Unpin for PostTriggerV1CancelOrderApiError
impl UnsafeUnpin for PostTriggerV1CancelOrderApiError
impl UnwindSafe for PostTriggerV1CancelOrderApiError
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