pub struct DeleteInventoryAdjustmentReasonRequest {
pub reason_id: Box<InventoryAdjustmentReasonId>,
}Expand description
DeleteInventoryAdjustmentReasonRequest : Represents an input to a call to DeleteInventoryAdjustmentReason.
Fields§
§reason_id: Box<InventoryAdjustmentReasonId>Implementations§
Source§impl DeleteInventoryAdjustmentReasonRequest
impl DeleteInventoryAdjustmentReasonRequest
Sourcepub fn new(
reason_id: InventoryAdjustmentReasonId,
) -> DeleteInventoryAdjustmentReasonRequest
pub fn new( reason_id: InventoryAdjustmentReasonId, ) -> DeleteInventoryAdjustmentReasonRequest
Represents an input to a call to DeleteInventoryAdjustmentReason.
Trait Implementations§
Source§impl Clone for DeleteInventoryAdjustmentReasonRequest
impl Clone for DeleteInventoryAdjustmentReasonRequest
Source§fn clone(&self) -> DeleteInventoryAdjustmentReasonRequest
fn clone(&self) -> DeleteInventoryAdjustmentReasonRequest
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 DeleteInventoryAdjustmentReasonRequest
impl Default for DeleteInventoryAdjustmentReasonRequest
Source§fn default() -> DeleteInventoryAdjustmentReasonRequest
fn default() -> DeleteInventoryAdjustmentReasonRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteInventoryAdjustmentReasonRequest
impl<'de> Deserialize<'de> for DeleteInventoryAdjustmentReasonRequest
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 DeleteInventoryAdjustmentReasonRequest
Auto Trait Implementations§
impl Freeze for DeleteInventoryAdjustmentReasonRequest
impl RefUnwindSafe for DeleteInventoryAdjustmentReasonRequest
impl Send for DeleteInventoryAdjustmentReasonRequest
impl Sync for DeleteInventoryAdjustmentReasonRequest
impl Unpin for DeleteInventoryAdjustmentReasonRequest
impl UnsafeUnpin for DeleteInventoryAdjustmentReasonRequest
impl UnwindSafe for DeleteInventoryAdjustmentReasonRequest
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