pub struct RetrieveInventoryAdjustmentReasonRequest {
pub reason_id: Box<InventoryAdjustmentReasonId>,
}Expand description
RetrieveInventoryAdjustmentReasonRequest : Represents an input to a call to RetrieveInventoryAdjustmentReason.
Fields§
§reason_id: Box<InventoryAdjustmentReasonId>Implementations§
Source§impl RetrieveInventoryAdjustmentReasonRequest
impl RetrieveInventoryAdjustmentReasonRequest
Sourcepub fn new(
reason_id: InventoryAdjustmentReasonId,
) -> RetrieveInventoryAdjustmentReasonRequest
pub fn new( reason_id: InventoryAdjustmentReasonId, ) -> RetrieveInventoryAdjustmentReasonRequest
Represents an input to a call to RetrieveInventoryAdjustmentReason.
Trait Implementations§
Source§impl Clone for RetrieveInventoryAdjustmentReasonRequest
impl Clone for RetrieveInventoryAdjustmentReasonRequest
Source§fn clone(&self) -> RetrieveInventoryAdjustmentReasonRequest
fn clone(&self) -> RetrieveInventoryAdjustmentReasonRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RetrieveInventoryAdjustmentReasonRequest
impl Default for RetrieveInventoryAdjustmentReasonRequest
Source§fn default() -> RetrieveInventoryAdjustmentReasonRequest
fn default() -> RetrieveInventoryAdjustmentReasonRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RetrieveInventoryAdjustmentReasonRequest
impl<'de> Deserialize<'de> for RetrieveInventoryAdjustmentReasonRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for RetrieveInventoryAdjustmentReasonRequest
Auto Trait Implementations§
impl Freeze for RetrieveInventoryAdjustmentReasonRequest
impl RefUnwindSafe for RetrieveInventoryAdjustmentReasonRequest
impl Send for RetrieveInventoryAdjustmentReasonRequest
impl Sync for RetrieveInventoryAdjustmentReasonRequest
impl Unpin for RetrieveInventoryAdjustmentReasonRequest
impl UnsafeUnpin for RetrieveInventoryAdjustmentReasonRequest
impl UnwindSafe for RetrieveInventoryAdjustmentReasonRequest
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