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