Enum decthings_api::client::rpc::model::CancelCreateStateError    
source · pub enum CancelCreateStateError {
    ModelNotFound,
    StateNotFound,
    StateAlreadyCreated,
    BadCredentials,
    TooManyRequests,
    PaymentRequired,
    Unknown,
    InvalidParameter {
        parameter_name: String,
        reason: String,
    },
}Variants§
ModelNotFound
StateNotFound
StateAlreadyCreated
BadCredentials
TooManyRequests
PaymentRequired
Unknown
InvalidParameter
Trait Implementations§
source§impl Clone for CancelCreateStateError
 
impl Clone for CancelCreateStateError
source§fn clone(&self) -> CancelCreateStateError
 
fn clone(&self) -> CancelCreateStateError
Returns a copy 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 CancelCreateStateError
 
impl Debug for CancelCreateStateError
source§impl<'de> Deserialize<'de> for CancelCreateStateError
 
impl<'de> Deserialize<'de> for CancelCreateStateError
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 CancelCreateStateError
impl RefUnwindSafe for CancelCreateStateError
impl Send for CancelCreateStateError
impl Sync for CancelCreateStateError
impl Unpin for CancelCreateStateError
impl UnwindSafe for CancelCreateStateError
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