#[non_exhaustive]pub struct SetInventoryResponse { /* private fields */ }Expand description
Response of the SetInventoryRequest. Currently empty because there is no meaningful response populated from the ProductService.SetInventory method.
Implementations§
Trait Implementations§
Source§impl Clone for SetInventoryResponse
impl Clone for SetInventoryResponse
Source§fn clone(&self) -> SetInventoryResponse
fn clone(&self) -> SetInventoryResponse
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 SetInventoryResponse
impl Debug for SetInventoryResponse
Source§impl Default for SetInventoryResponse
impl Default for SetInventoryResponse
Source§fn default() -> SetInventoryResponse
fn default() -> SetInventoryResponse
Returns the “default value” for a type. Read more
Source§impl Message for SetInventoryResponse
impl Message for SetInventoryResponse
Source§impl PartialEq for SetInventoryResponse
impl PartialEq for SetInventoryResponse
impl StructuralPartialEq for SetInventoryResponse
Auto Trait Implementations§
impl Freeze for SetInventoryResponse
impl RefUnwindSafe for SetInventoryResponse
impl Send for SetInventoryResponse
impl Sync for SetInventoryResponse
impl Unpin for SetInventoryResponse
impl UnsafeUnpin for SetInventoryResponse
impl UnwindSafe for SetInventoryResponse
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