pub enum DeprecatedBatchRetrieveInventoryCountsError {
UnknownValue(Value),
}Expand description
struct for typed errors of method deprecated_batch_retrieve_inventory_counts
Variants§
Trait Implementations§
Source§impl Clone for DeprecatedBatchRetrieveInventoryCountsError
impl Clone for DeprecatedBatchRetrieveInventoryCountsError
Source§fn clone(&self) -> DeprecatedBatchRetrieveInventoryCountsError
fn clone(&self) -> DeprecatedBatchRetrieveInventoryCountsError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for DeprecatedBatchRetrieveInventoryCountsError
impl<'de> Deserialize<'de> for DeprecatedBatchRetrieveInventoryCountsError
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 DeprecatedBatchRetrieveInventoryCountsError
impl RefUnwindSafe for DeprecatedBatchRetrieveInventoryCountsError
impl Send for DeprecatedBatchRetrieveInventoryCountsError
impl Sync for DeprecatedBatchRetrieveInventoryCountsError
impl Unpin for DeprecatedBatchRetrieveInventoryCountsError
impl UnsafeUnpin for DeprecatedBatchRetrieveInventoryCountsError
impl UnwindSafe for DeprecatedBatchRetrieveInventoryCountsError
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