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