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