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