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