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