#[non_exhaustive]pub struct RemoveLocalInventoriesMetadata { /* private fields */ }Expand description
Metadata related to the progress of the RemoveLocalInventories operation. Currently empty because there is no meaningful metadata populated from the ProductService.RemoveLocalInventories method.
Implementations§
Trait Implementations§
Source§impl Clone for RemoveLocalInventoriesMetadata
impl Clone for RemoveLocalInventoriesMetadata
Source§fn clone(&self) -> RemoveLocalInventoriesMetadata
fn clone(&self) -> RemoveLocalInventoriesMetadata
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 Default for RemoveLocalInventoriesMetadata
impl Default for RemoveLocalInventoriesMetadata
Source§fn default() -> RemoveLocalInventoriesMetadata
fn default() -> RemoveLocalInventoriesMetadata
Returns the “default value” for a type. Read more
Source§impl PartialEq for RemoveLocalInventoriesMetadata
impl PartialEq for RemoveLocalInventoriesMetadata
Source§fn eq(&self, other: &RemoveLocalInventoriesMetadata) -> bool
fn eq(&self, other: &RemoveLocalInventoriesMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RemoveLocalInventoriesMetadata
Auto Trait Implementations§
impl Freeze for RemoveLocalInventoriesMetadata
impl RefUnwindSafe for RemoveLocalInventoriesMetadata
impl Send for RemoveLocalInventoriesMetadata
impl Sync for RemoveLocalInventoriesMetadata
impl Unpin for RemoveLocalInventoriesMetadata
impl UnsafeUnpin for RemoveLocalInventoriesMetadata
impl UnwindSafe for RemoveLocalInventoriesMetadata
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