pub enum DeleteDORADeploymentError {
JSONAPIErrorResponse(JSONAPIErrorResponse),
APIErrorResponse(APIErrorResponse),
UnknownValue(Value),
}
Expand description
DeleteDORADeploymentError is a struct for typed errors of method DORAMetricsAPI::delete_dora_deployment
Variants§
Trait Implementations§
Source§impl Clone for DeleteDORADeploymentError
impl Clone for DeleteDORADeploymentError
Source§fn clone(&self) -> DeleteDORADeploymentError
fn clone(&self) -> DeleteDORADeploymentError
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 DeleteDORADeploymentError
impl Debug for DeleteDORADeploymentError
Source§impl<'de> Deserialize<'de> for DeleteDORADeploymentError
impl<'de> Deserialize<'de> for DeleteDORADeploymentError
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
Auto Trait Implementations§
impl Freeze for DeleteDORADeploymentError
impl RefUnwindSafe for DeleteDORADeploymentError
impl Send for DeleteDORADeploymentError
impl Sync for DeleteDORADeploymentError
impl Unpin for DeleteDORADeploymentError
impl UnwindSafe for DeleteDORADeploymentError
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