pub struct AddInventoryResponse {
pub errors: Option<Vec<Error>>,
}Expand description
AddInventoryResponse : The response schema for the AddInventory operation.
Fields§
§errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations§
Source§impl AddInventoryResponse
impl AddInventoryResponse
Sourcepub fn new() -> AddInventoryResponse
pub fn new() -> AddInventoryResponse
The response schema for the AddInventory operation.
Trait Implementations§
Source§impl Clone for AddInventoryResponse
impl Clone for AddInventoryResponse
Source§fn clone(&self) -> AddInventoryResponse
fn clone(&self) -> AddInventoryResponse
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 AddInventoryResponse
impl Debug for AddInventoryResponse
Source§impl Default for AddInventoryResponse
impl Default for AddInventoryResponse
Source§fn default() -> AddInventoryResponse
fn default() -> AddInventoryResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddInventoryResponse
impl<'de> Deserialize<'de> for AddInventoryResponse
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
Source§impl PartialEq for AddInventoryResponse
impl PartialEq for AddInventoryResponse
Source§impl Serialize for AddInventoryResponse
impl Serialize for AddInventoryResponse
impl StructuralPartialEq for AddInventoryResponse
Auto Trait Implementations§
impl Freeze for AddInventoryResponse
impl RefUnwindSafe for AddInventoryResponse
impl Send for AddInventoryResponse
impl Sync for AddInventoryResponse
impl Unpin for AddInventoryResponse
impl UnsafeUnpin for AddInventoryResponse
impl UnwindSafe for AddInventoryResponse
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