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