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