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