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